fix(Stundenplan hour lines): fixes the hour lines from disapearing on smaller viewports by using a box-shadow instead

This commit is contained in:
SimonGschnell
2024-11-11 11:27:23 +01:00
parent 0e49dfaba0
commit b7e89ab557
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -63,6 +63,11 @@
display: grid;
}
/* grid hour lines of the Stundenplan use box-shadow instead of border because box-shadow renders consistently on different viewports*/
.box-shadow-border-top{
box-shadow: 0 0 0 1px #dee2e6 !important;
}
.fhc-calendar-day-page {
/*aspect-ratio: 7/6;*/
min-height: 0;