From 17f648f3ce2c52e204e2bcf2f296a6a056c059ee Mon Sep 17 00:00:00 2001 From: Aden Linday Date: Sun, 15 Mar 2026 10:30:22 +1030 Subject: [PATCH] fix: fix notices on the homepage not being scrollable --- src/css/injected.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index 0fe0cd72..8b37306c 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -3712,7 +3712,8 @@ div.day-empty { } .notice-content-body { - overflow-y: hidden; + overflow-y: auto; + min-height: 0; &::-webkit-scrollbar { width: 6px;