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',