fix: use !important to override Leaflet default grey background

This commit is contained in:
2026-06-19 13:22:53 +02:00
parent d3ef42f04f
commit 5c02432ce0
+1 -1
View File
@@ -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;