From c8146c215c6a19da2efcdcfa47d7cb584cac730c Mon Sep 17 00:00:00 2001 From: Marvin Frommhold Date: Tue, 11 Aug 2026 13:35:45 +0200 Subject: [PATCH] fix calendar event modal background overflow Fixes missing background while scrolling long calendar event descriptions. Signed-off-by: Marvin Frommhold --- src/components/calendarModal.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/calendarModal.module.css b/src/components/calendarModal.module.css index 0383449a8b..09ce131c30 100644 --- a/src/components/calendarModal.module.css +++ b/src/components/calendarModal.module.css @@ -24,6 +24,7 @@ max-width: 100%; width: 500px; background-color: #fff; + overflow-y: scroll; } .modalTitle {