Newer
Older
2019-Onodera / wheel.css
@Stellercaigyuu Stellercaigyuu on 17 Oct 2019 199 bytes bbb
html, body {
    width: 100%;
    height: 100%;

}

#map {
    width: 100%;
    height: 100%;
}

.leaflet-map-pane {
    z-index: 2 !important;
}

.leaflet-google-layer {
    z-index: 1 !important;
}