Fix table scrolling
This commit is contained in:
parent
5b4ad4d8d9
commit
83874f32ee
|
@ -103,6 +103,7 @@ html, body {
|
|||
#sidebar_canvas {
|
||||
flex: 1 1 auto;
|
||||
padding: 10px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
div#SpecialSquawkWarning { position: absolute; bottom: 25px; right: 430px; border: 2px solid red;
|
||||
|
|
Loading…
Reference in a new issue