Merge pull request #390 from jsodf78h823f/fix-389

This commit is contained in:
Aden Lindsay
2026-03-10 08:20:25 +10:30
committed by GitHub
+3 -2
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: 600px; min-width: 0;
width: 100%; width: 100%;
} }
@@ -3712,7 +3712,8 @@ div.day-empty {
} }
.notice-content-body { .notice-content-body {
overflow-y: hidden; overflow-y: auto;
min-height: 0;
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 6px; width: 6px;