- removed background image on /map view, closed #598

This commit is contained in:
Mark Friedrich
2018-03-24 23:34:59 +01:00
parent 6c9d8f0936
commit bd33123a72

View File

@@ -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;
}