fix: day of week header missing #5168

This commit is contained in:
Johannes Millan 2025-10-07 15:58:48 +02:00
parent 61d03a8ebf
commit 699e244026

View file

@ -10,10 +10,11 @@
// we need this to prevent problems with route ani and scroll behavior
.scroll-wrapper {
position: absolute;
inset: 0;
height: 100%;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
box-sizing: border-box;
}
header {
@ -39,7 +40,6 @@ header {
}
.days {
grid-auto-flow: column;
display: grid;
place-content: center;
text-align: center;