Update style.css hide scroll bar when not needed (#26)

Update style.css hide scroll bar when not needed
This commit is contained in:
Jade Michael Thornton 2019-12-11 09:55:24 -06:00 committed by GitHub
commit 404ac5dced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ html, body {
#layout_container {
display: flex;
height: calc(100% - 60px);;
height: calc(100% - 60px);
}
#selected_infoblock {
@ -23,7 +23,7 @@ html, body {
}
#sidebar_canvas {
padding: 10px;
overflow: scroll;
overflow: auto;
}
#sidebar_container {
display: flex;