From 9063761dd1ebac855188a247ee1464defb6558d4 Mon Sep 17 00:00:00 2001 From: Gareth Williams Date: Wed, 3 Oct 2018 01:00:58 +0100 Subject: [PATCH 1/2] 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 +} From bd14c822e3324350a776ebbc055cb74dba358ede Mon Sep 17 00:00:00 2001 From: Gareth Williams Date: Wed, 3 Oct 2018 01:12:32 +0100 Subject: [PATCH 2/2] Removed extra ; --- public_html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index 0f25434..920e3cd 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 {