html,
body,
canvas {
    /* Prevent the vertical scrollbar */
    width: 99.8%;
    height: 99.8%;
}

.map-container {
    height: 99.8%;
}