From 83ac1abcf6ae876319ed90446a790135bed4b2b9 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Mon, 30 Jun 2025 15:26:25 +0200 Subject: [PATCH] update(LvPlan Events): overflow css fix for the LvPlan Events --- public/css/Cis4/CoreCalendarEvents.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/Cis4/CoreCalendarEvents.css b/public/css/Cis4/CoreCalendarEvents.css index 99dd58b49..1611ac123 100644 --- a/public/css/Cis4/CoreCalendarEvents.css +++ b/public/css/Cis4/CoreCalendarEvents.css @@ -44,9 +44,9 @@ .weekPageContainer .lehreinheitEventContent #lehreinheitEventText { display: flex; flex-direction: column; - place-content: center space-evenly; - flex-wrap: wrap; column-gap: 5px; + overflow-y: scroll; + min-height:0; }