canvas {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.mapboxgl-popup-content {
    padding: 10px !important;
}

#html::-webkit-scrollbar {
    display: none;
}

#html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
