Merge pull request #614 from orangemug/fix/map-container-background-color

Make background map container white to match html page default
This commit is contained in:
pathmapper
2020-02-02 17:59:35 +01:00
committed by GitHub

View File

@@ -1,5 +1,6 @@
// MAP
.maputnik-map__container {
background: white;
display: flex;
position: fixed !important;
top: $toolbar-height + $toolbar-offset;