[calendar] Fix no cal scroll
All checks were successful
build & deploy / test (push) Successful in 1m52s
build & deploy / build-and-deploy (push) Successful in 30s

This commit is contained in:
2026-05-27 14:58:10 -04:00
parent 2b17a92c6c
commit 2100cedc1a

View File

@ -152,6 +152,7 @@ header.navbar { display: none !important; }
} }
.calendar-grid { .calendar-grid {
grid-template-columns: 1fr; grid-template-columns: 1fr;
flex: none;
} }
.month-banner { .month-banner {
grid-column: 1; grid-column: 1;