fix: set leaflet-container background to match dark tile color, prevent grey flash

This commit is contained in:
2026-06-19 13:21:50 +02:00
parent bae9d68943
commit d3ef42f04f
+3
View File
@@ -368,6 +368,9 @@ body::after {
width: 100%; width: 100%;
} }
/* match CartoDB dark tile background so no grey flash on load/zoom */
.leaflet-container { background: #1a1a2e; }
.map-empty { .map-empty {
display: flex; display: flex;
align-items: center; align-items: center;