Merge pull request #391 from BetterSEQTA/revert-390-fix-389

Revert "Fix notice modal scrolling on Home tab (#389)"
This commit is contained in:
Aden Lindsay
2026-03-10 08:26:13 +10:30
committed by GitHub
+2 -3
View File
@@ -3695,7 +3695,7 @@ div.day-empty {
margin: 0 !important; margin: 0 !important;
flex: 1; flex: 1;
display: block; display: block;
min-width: 0; min-width: 600px;
width: 100%; width: 100%;
} }
@@ -3712,8 +3712,7 @@ div.day-empty {
} }
.notice-content-body { .notice-content-body {
overflow-y: auto; overflow-y: hidden;
min-height: 0;
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 6px; width: 6px;