Make Leaflet map background transparent
Hey plain CSS did the trick:
.leaflet-container {
background-color:rgba(255,0,0,0.0);
}
Hey plain CSS did the trick:
.leaflet-container {
background-color:rgba(255,0,0,0.0);
}