Kalender
Update: * Anpassungen Kalender Höhe Wochenansicht bei vielen Tagesterminen * Css Bugfixes
This commit is contained in:
@@ -204,7 +204,7 @@ endforeach;
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach;
|
||||
var_dump($Rights);
|
||||
// var_dump($Rights);
|
||||
?>
|
||||
</div>
|
||||
<?php else : ?>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user