From 61e1bcdae99b05938389820a10c5fbb3a4241704 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Tue, 11 Feb 2025 19:05:25 +1100 Subject: [PATCH] fix: timetable clipped at 4pm --- src/css/injected.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index b717dc9b..ac0eef7f 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -1800,7 +1800,6 @@ ul { } .content > .wrapper .days tbody tr > td { overflow: hidden; - height: 1440px !important; } .title { color: var(--text-primary) !important;