﻿/* Temporary debugging CSS - add this to your main CSS file */
.azure-map-container .azure-map {
    pointer-events: auto !important;
    touch-action: none !important;
}

.azure-map-container .azure-map * {
    pointer-events: auto !important;
    touch-action: none !important;
}

/* Override any Bootstrap or global CSS that might interfere */
.azure-map-container .azure-map canvas {
    pointer-events: auto !important;
    touch-action: none !important;
    cursor: grab !important;
}

.azure-map-container .azure-map canvas:active {
    cursor: grabbing !important;
}