mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 16:51:20 +01:00
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:
commit
fe5066a2a4
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