Put back scroll bars on console

pull/3863/head
Isaac Connor 2024-03-12 08:55:44 -04:00
parent 657cda18ef
commit 855da2cbc4
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: scroll;
}
#contentButtons {
float: none;