.leaflet-container {
    height: calc(100% - 56px);
    width: 100%;
    position: fixed;
    left: 0px;
}
@media (min-width:600px) {
    .leaflet-container {
        height: calc(100% - 64px) !important;
    }
}