mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-14 17:43:29 +01:00
Make background map container white to match html page default.
This commit is contained in:
parent
cc371d6a70
commit
c770b440c2
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
// MAP
|
// MAP
|
||||||
.maputnik-map__container {
|
.maputnik-map__container {
|
||||||
|
background: white;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
top: $toolbar-height + $toolbar-offset;
|
top: $toolbar-height + $toolbar-offset;
|
||||||
|
|
Loading…
Reference in a new issue