From: Andy Allan Date: Thu, 2 Jan 2020 09:50:02 +0000 (+0100) Subject: Reinstate background colour for sidebars X-Git-Tag: live~2367^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ca8195c8a345d0eaa3febfe6e54e13b909576694 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. --- 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;