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 {
|
#layout_container {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: calc(100% - 60px);;
|
height: calc(100% - 60px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#selected_infoblock {
|
#selected_infoblock {
|
||||||
|
|
@ -22,8 +22,8 @@ html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
#sidebar_canvas {
|
#sidebar_canvas {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
#sidebar_container {
|
#sidebar_container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue