mirror of
https://github.com/maputnik/editor.git
synced 2025-12-30 18:10:01 +00: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:
@@ -1,5 +1,6 @@
|
||||
// MAP
|
||||
.maputnik-map__container {
|
||||
background: white;
|
||||
display: flex;
|
||||
position: fixed !important;
|
||||
top: $toolbar-height + $toolbar-offset;
|
||||
|
||||
Reference in New Issue
Block a user