diff --git a/public/css/components/calendar.css b/public/css/components/calendar.css index 2806ec60f..93c351120 100644 --- a/public/css/components/calendar.css +++ b/public/css/components/calendar.css @@ -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; diff --git a/public/js/components/Calendar/Day/Page.js b/public/js/components/Calendar/Day/Page.js index 7ff94b5e5..877ab9873 100644 --- a/public/js/components/Calendar/Day/Page.js +++ b/public/js/components/Calendar/Day/Page.js @@ -140,7 +140,7 @@ export default { template: /*html*/`
other content goes in here