Update:
* Anpassungen Kalender Höhe Wochenansicht bei vielen Tagesterminen
* Css Bugfixes
This commit is contained in:
Daniel Spitzer
2024-12-08 12:41:04 +01:00
parent c467edae6f
commit a6e087f8f1
3 changed files with 12 additions and 1 deletions

View File

@@ -204,7 +204,7 @@ endforeach;
</div>
</div>
<?php endforeach;
var_dump($Rights);
// var_dump($Rights);
?>
</div>
<?php else : ?>

View File

@@ -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;

View File

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