.App { text-align: center; } * { box-sizing: border-box; margin: 0; padding: 0; } #root { height: 100vh; } /* Sizing of map container*/ .leaflet-container { height: 88vh; } .leaflet-control { z-index: 0 !important} .leaflet-pane { z-index: 0 !important} .leaflet-top, .leaflet-bottom {z-index: 0 !important} #map { border: 5px solid black; border-radius: 10px; }