Only put scrollbar on console contents if needed. Fixes double scroll bar when not sticky navbar

pull/3863/head
Isaac Connor 2024-03-12 17:57:50 -04:00
parent 95d2e0a27c
commit bc044f38d9
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ form[name="monitorForm"] {
}
#monitorList {
flex: 1 1 auto;
overflow-y: scroll;
overflow-y: auto;
}
#contentButtons {
float: none;