mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 08:17:46 +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
|
||||
.maputnik-map__container {
|
||||
background: white;
|
||||
display: flex;
|
||||
position: fixed !important;
|
||||
top: $toolbar-height + $toolbar-offset;
|
||||
|
|
Loading…
Reference in a new issue