fix: use !important to override Leaflet default grey background
This commit is contained in:
@@ -369,7 +369,7 @@ body::after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* match CartoDB dark tile background so no grey flash on load/zoom */
|
/* match CartoDB dark tile background so no grey flash on load/zoom */
|
||||||
.leaflet-container { background: #1a1a2e; }
|
.leaflet-container { background: #1a1a2e !important; }
|
||||||
|
|
||||||
.map-empty {
|
.map-empty {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user