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.
This commit is contained in:
Andy Allan 2020-01-02 10:50:02 +01:00
parent 438496c657
commit ca8195c8a3

View file

@ -541,6 +541,7 @@ body.compact {
#sidebar {
float: left;
width: $sidebarWidth;
background: #fff;
#sidebar_loader {
display: none;