Update style.css hide scroll bar when not needed (#26)
Update style.css hide scroll bar when not needed
This commit is contained in:
commit
404ac5dced
|
|
@ -6,7 +6,7 @@ html, body {
|
|||
|
||||
#layout_container {
|
||||
display: flex;
|
||||
height: calc(100% - 60px);;
|
||||
height: calc(100% - 60px);
|
||||
}
|
||||
|
||||
#selected_infoblock {
|
||||
|
|
@ -22,8 +22,8 @@ html, body {
|
|||
height: 100%;
|
||||
}
|
||||
#sidebar_canvas {
|
||||
padding: 10px;
|
||||
overflow: scroll;
|
||||
padding: 10px;
|
||||
overflow: auto;
|
||||
}
|
||||
#sidebar_container {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in New Issue