fix: set leaflet-container background to match dark tile color, prevent grey flash
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user