Fix: Update monitor-list height (#3444)

pull/3435/head
Nelson Chan 10 months ago committed by GitHub
parent 688f23035b
commit 66cfbd02c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save