stundenplan day layout fixed for scroll behaviour; max-height for stundenplan events to avoid escalating the grid width;

This commit is contained in:
Johann Hoffmann
2024-12-11 16:59:35 +01:00
parent fcbb9e43a4
commit 82e7783259
6 changed files with 118 additions and 92 deletions
+2 -2
View File
@@ -49,7 +49,8 @@
.fhc-calendar-week-page > div {
/*transform: translate(-0.75em, -0.75em);*/
/*width: calc(100% + 1.5em);*/
height: calc(100% + 1.5em);
/*height: calc(100% + 1.5em);*/
max-height: 100%;
}
.fhc-calendar-week-page > div > div {
padding-left: 3em;
@@ -105,7 +106,6 @@
.fhc-calendar-day-page .events {
display: grid;
grid-template-columns: 3em 1fr;
margin-left: -3em;
/*min-height: 266.6666666667%;*/
}
.fhc-calendar-day-page .events .day {