/* Map container background from theme (DaisyUI base-200) */ .leaflet-container { background: var(--color-base-200); } /* Override Leaflet default: show tiles even when leaflet-tile-loaded is not applied (e.g. due to cache, Nuxt hydration, or load event order). */ .leaflet-tile { visibility: visible !important; }