diff --git a/public_html/style.css b/public_html/style.css
index c091464..f39fcb1 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -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;