1 // fix for Safari mobile shitty way to handle vh unit
5 .calendar-time-grid::after {
13 @include media('<=small') {
17 .calendar-time-grid::after {
18 padding-block-end: env(safe-area-inset-bottom); // thanks Apple for the fixed toolbar at the bottom
23 // hide the thing on desktop devices supporting media query 4 spec
24 @media (pointer: fine) {
28 .calendar-time-grid::after {