/* Los gestos sobre el mapa pertenecen a Leaflet, no al desplazamiento de la página. */
@media (hover: none), (pointer: coarse) {
  .leaflet-container {
    touch-action: none !important;
    -ms-touch-action: none !important;
    overscroll-behavior: contain;
    -webkit-user-select: none;
    user-select: none;
  }

  .leaflet-container .leaflet-pane,
  .leaflet-container .leaflet-map-pane,
  .leaflet-container canvas {
    touch-action: none !important;
  }
}
