fix: fix notices on the homepage not being scrollable

This commit is contained in:
2026-03-15 10:30:22 +10:30
parent 7d89733f96
commit 17f648f3ce
+2 -1
View File
@@ -3712,7 +3712,8 @@ div.day-empty {
}
.notice-content-body {
overflow-y: hidden;
overflow-y: auto;
min-height: 0;
&::-webkit-scrollbar {
width: 6px;