From ca8195c8a345d0eaa3febfe6e54e13b909576694 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 2 Jan 2020 10:50:02 +0100 Subject: [PATCH] Reinstate background colour for sidebars This is required when the sidebar overlaps the map, for example when it is not full height on the welcome message. --- app/assets/stylesheets/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 1c8fe2951..ccb46005e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -541,6 +541,7 @@ body.compact { #sidebar { float: left; width: $sidebarWidth; + background: #fff; #sidebar_loader { display: none; -- 2.45.1