/*
 * atmakweb-only (html.atmakweb-static).
 *
 * App.css sets .map-container .leaflet-container to min-height: 100% then min-height: 100vh.
 * The 100vh rule wins and can make the Leaflet root taller than the fixed full-bleed shell (100dvh),
 * so map pixel center ≠ crosshair. We cancel only that second min-height — no max-height, no
 * overriding .map-container (breaks portrait + landscape toolbar layout).
 */
html.atmakweb-static .tab-content-wide .map-container .leaflet-container {
  min-height: 100% !important;
}
