Fix z-index: help modal and overlay above Leaflet (z-index 1001/1000)
All checks were successful
Docker / build-and-push (push) Successful in 48s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Fredrik Johansson
2026-07-07 23:36:37 +02:00
parent 5fcb339408
commit 482fef15ac

View File

@@ -213,7 +213,7 @@ body {
position: fixed;
inset: 0;
background: rgba(6, 6, 14, 0.92);
z-index: 100;
z-index: 1000;
align-items: center;
justify-content: center;
flex-direction: column;
@@ -290,7 +290,7 @@ body {
position: fixed;
inset: 0;
background: rgba(6, 6, 14, 0.88);
z-index: 200;
z-index: 1001; /* above Leaflet's z-index 400-1000 range */
align-items: center;
justify-content: center;
}