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:
pathmapper 2020-02-02 17:59:35 +01:00 committed by GitHub
commit fe5066a2a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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