From bd33123a72746f3466688ae800aaeab6492f9c10 Mon Sep 17 00:00:00 2001 From: Mark Friedrich Date: Sat, 24 Mar 2018 23:34:59 +0100 Subject: [PATCH] - removed background image on /map view, closed #598 --- sass/library/slidebars/_slidebars.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/library/slidebars/_slidebars.scss b/sass/library/slidebars/_slidebars.scss index c6341c4e..80ac620a 100644 --- a/sass/library/slidebars/_slidebars.scss +++ b/sass/library/slidebars/_slidebars.scss @@ -60,7 +60,8 @@ html.sb-scroll-lock.sb-active:not(.sb-static) { position: relative; z-index: 1; /* Site sits above Slidebars */ - background:url("#{$base-url}/#{$body-background-image}") $body-background-color; + //background:url("#{$base-url}/#{$body-background-image}") $body-background-color; + background-color: $body-background-color; background-repeat: no-repeat; }