trails/apps
Ullrich Schäfer 830eff7d39
fix: isolate the Leaflet map's stacking context
The mobile nav drawer's backdrop (z-40) was being painted over by the Leaflet
map: `.leaflet-container` doesn't establish its own stacking context, so its
internal high z-indexes (panes ~200–700, zoom controls ~1000) competed with the
page and bled over the drawer overlay — the map stayed bright while the rest of
the page dimmed.

Add `isolation: isolate` (Tailwind `isolate`) to the map container so those
z-indexes stay contained and the map sits below page overlays (menus, modals,
dialogs) like any other content. Verified in the browser with the drawer open
over an activity-detail map.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-12 15:19:42 +02:00
..
journal fix: isolate the Leaflet map's stacking context 2026-06-12 15:19:42 +02:00
mobile build(deps): Bump the production group across 1 directory with 21 updates 2026-06-11 19:22:35 +00:00
planner build(deps): Bump the production group across 1 directory with 21 updates 2026-06-11 19:22:35 +00:00