Fixed: Agenda view on mobile

This commit is contained in:
Mark McDowall 2023-03-26 20:45:20 -07:00
parent 11d91faaad
commit 34e928ebed
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
} }
@media only screen and (max-width: $breakpointSmall) { @media only screen and (max-width: $breakpointSmall) {
.event { .overlay {
flex-direction: column; flex-direction: column;
} }