Fix: Update monitor-list height (#3444)

This commit is contained in:
Nelson Chan 2023-07-18 14:39:05 +08:00 committed by GitHub
parent 688f23035b
commit 66cfbd02c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -436,12 +436,12 @@ optgroup {
.monitor-list { .monitor-list {
&.scrollbar { &.scrollbar {
overflow-y: auto; overflow-y: auto;
height: calc(100% - 65px); height: calc(100% - 107px);
} }
@media (max-width: 770px) { @media (max-width: 770px) {
&.scrollbar { &.scrollbar {
height: calc(100% - 40px); height: calc(100% - 97px);
} }
} }