/* Override maplibre-gl cooperative gestures - ให้ใช้นิ้วเดียวเลื่อนแผนที่ได้บนมือถือ */
.maplibregl-cooperative-gesture-screen {
  display: none !important;
}
.maplibregl-canvas-container,
.maplibregl-canvas {
  touch-action: none !important;
}
