mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Fix notice modal scrolling on home tab
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user