From ac76ce3f0334f131de80695dfbc908bd180d87a4 Mon Sep 17 00:00:00 2001 From: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com> Date: Tue, 10 Mar 2026 08:25:51 +1030 Subject: [PATCH] Revert "Fix notice modal scrolling on Home tab (#389)" --- src/css/injected.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index b58018a4..0fe0cd72 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -3695,7 +3695,7 @@ div.day-empty { margin: 0 !important; flex: 1; display: block; - min-width: 0; + min-width: 600px; width: 100%; } @@ -3712,8 +3712,7 @@ div.day-empty { } .notice-content-body { - overflow-y: auto; - min-height: 0; + overflow-y: hidden; &::-webkit-scrollbar { width: 6px;