fix: timetable not adjusting height automatically

This commit is contained in:
SethBurkart123
2024-02-07 19:25:55 +11:00
parent 88c9aa10f8
commit df7302cf35
2 changed files with 1 additions and 0 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -1414,6 +1414,7 @@ ul {
} }
.days td { .days td {
overflow: hidden; overflow: hidden;
height: 1440px !important;
} }
.title { .title {
color: var(--text-primary) !important; color: var(--text-primary) !important;