]> git.openstreetmap.org Git - rails.git/commitdiff
Reinstate background colour for sidebars
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 2 Jan 2020 09:50:02 +0000 (10:50 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 2 Jan 2020 09:50:02 +0000 (10:50 +0100)
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

index 1c8fe29512c54929ecf9352f8cb07d76d0f0d114..ccb46005e0090612b6e5d543656327a8339822fc 100644 (file)
@@ -541,6 +541,7 @@ body.compact {
   #sidebar {
     float: left;
     width: $sidebarWidth;
+    background: #fff;
 
     #sidebar_loader {
       display: none;