Fix table scrolling

This commit is contained in:
Carlos Salaverria 2016-09-09 12:07:34 -05:00
parent 5b4ad4d8d9
commit 83874f32ee

View file

@ -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;