From 9063761dd1ebac855188a247ee1464defb6558d4 Mon Sep 17 00:00:00 2001 From: Gareth Williams Date: Wed, 3 Oct 2018 01:00:58 +0100 Subject: [PATCH] Update style.css --- public_html/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}