Leaflet - get a map that covers the full screen
问题 In leaflet and mapbox I would like to get rid of the two gray bars above and under the map as seen on the picture below. My #map DOM element takes the full screen and the gray bars disappear when I zoom in (e.g., zoomLevel = 3). So the gray bars seem to be caused by the fact that a zoomLevel has a given height (in px) of the tiles which is smaller than my screen. I want to keep the tiles of the same zoom level but make sure the height of the tiles cover at least the full screen. Here is my