From a6e087f8f189ce9a19eed63161d3e5e886d73eb2 Mon Sep 17 00:00:00 2001 From: Daniel Spitzer Date: Sun, 8 Dec 2024 12:41:04 +0100 Subject: [PATCH] =?UTF-8?q?Kalender=20Update:=20*=20Anpassungen=20Kalender?= =?UTF-8?q?=20H=C3=B6he=20Wochenansicht=20bei=20vielen=20Tagesterminen=20*?= =?UTF-8?q?=20Css=20Bugfixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Layout/default/Calendar/View.php | 2 +- public/css/pages/Calendar/View.css | 10 ++++++++++ public/js/pages/Calendar/View.js | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Layout/default/Calendar/View.php b/Layout/default/Calendar/View.php index 914b6363e..bdc992d46 100644 --- a/Layout/default/Calendar/View.php +++ b/Layout/default/Calendar/View.php @@ -204,7 +204,7 @@ endforeach; diff --git a/public/css/pages/Calendar/View.css b/public/css/pages/Calendar/View.css index f5c8e190b..036ac2ba4 100644 --- a/public/css/pages/Calendar/View.css +++ b/public/css/pages/Calendar/View.css @@ -185,6 +185,16 @@ thead .fc-day-today .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion { .fc-day-today .fc-daygrid-day-number { color: #fff; } +.fc-scroller-harness-liquid { + overflow: visible; +} +.fc .fc-scroller-harness-liquid { + height: 700px; +} + +.card { + overflow: auto; +} .card-fullscreen { display: block; diff --git a/public/js/pages/Calendar/View.js b/public/js/pages/Calendar/View.js index 0c3079f49..9070d35ba 100644 --- a/public/js/pages/Calendar/View.js +++ b/public/js/pages/Calendar/View.js @@ -285,6 +285,7 @@ document.addEventListener('DOMContentLoaded', function () { schedulerLicenseKey: 'CC-Attribution-NonCommercial-NoDerivatives', timeZone: 'UTC', locale: 'de', + height: 'auto', resourceAreaWidth: '220px', themeSystem: 'bootstrap4', snapDuration: '00:15:00',