Fix notice modal scrolling on home tab

This commit is contained in:
FemtoClaw Bot
2026-03-09 20:44:01 +00:00
parent c01342a86c
commit 781171d60a
+3 -2
View File
@@ -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;