 
.world-history-shell .leaflet-gl-layer,
.world-history-shell .maplibregl-map,
#map .leaflet-gl-layer,
#map .maplibregl-map {
  opacity: 1 !important;
  pointer-events: none !important;
}

.leaflet-dbGeometry-pane {
  pointer-events: none !important;
}

.leaflet-dbPoints-pane,
.leaflet-warPoints-pane {
  pointer-events: auto !important;
}

.leaflet-dbPoints-pane canvas,
.leaflet-warPoints-pane canvas,
.leaflet-warPoints-pane svg {
  pointer-events: auto !important;
}
