html, body {
    overflow-x: hidden;
    overflow-y: scroll;
}

.leaflet{
    overflow-x: scroll;
    max-height: 100vh;
}

/* タブレット・PC向け表示用 */
@media (min-width: 481px) {
    .leaflet{
        max-width: 100vw;
        height: auto;
        text-align: center;
    }
}