Only put scrollbar on console contents if needed. Fixes double scroll bar when not sticky navbar
parent
95d2e0a27c
commit
bc044f38d9
|
@ -118,7 +118,7 @@ form[name="monitorForm"] {
|
||||||
}
|
}
|
||||||
#monitorList {
|
#monitorList {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
#contentButtons {
|
#contentButtons {
|
||||||
float: none;
|
float: none;
|
||||||
|
|
Loading…
Reference in New Issue