From 34e928ebed5e258f3481f88e0163bfecfce2b120 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 26 Mar 2023 20:45:20 -0700 Subject: [PATCH] Fixed: Agenda view on mobile --- frontend/src/Calendar/Agenda/AgendaEvent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Calendar/Agenda/AgendaEvent.css b/frontend/src/Calendar/Agenda/AgendaEvent.css index f4efbf43d..7ad9ccf6a 100644 --- a/frontend/src/Calendar/Agenda/AgendaEvent.css +++ b/frontend/src/Calendar/Agenda/AgendaEvent.css @@ -108,7 +108,7 @@ } @media only screen and (max-width: $breakpointSmall) { - .event { + .overlay { flex-direction: column; }