update(LvPlan Events): overflow css fix for the LvPlan Events

This commit is contained in:
SimonGschnell
2025-06-30 15:26:25 +02:00
parent 9c30b5438f
commit 83ac1abcf6
+2 -2
View File
@@ -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;
}