Make background map container white to match html page default.

This commit is contained in:
orangemug 2020-02-02 11:47:37 +00:00
parent cc371d6a70
commit c770b440c2

View file

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