diff --git a/public_html/style.css b/public_html/style.css index e62ecf6..0f25434 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -22,8 +22,8 @@ html, body { height: 100%; } #sidebar_canvas { - padding: 10px; - overflow: scroll; + padding: 10px; + overflow: auto; } #sidebar_container { display: flex; @@ -771,4 +771,4 @@ select.error, textarea.error, input.error { #toggle_sidebar_button.hide_sidebar { background-image: url("images/map-icon@3x.png"); } -} \ No newline at end of file +}