From 781171d60af7c230ef48a2c1d9be4322d3ab5a2e Mon Sep 17 00:00:00 2001 From: FemtoClaw Bot Date: Mon, 9 Mar 2026 20:44:01 +0000 Subject: [PATCH] Fix notice modal scrolling on home tab --- src/css/injected.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index 0fe0cd72..b58018a4 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: 600px; + min-width: 0; width: 100%; } @@ -3712,7 +3712,8 @@ div.day-empty { } .notice-content-body { - overflow-y: hidden; + overflow-y: auto; + min-height: 0; &::-webkit-scrollbar { width: 6px;