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
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:
@@ -213,7 +213,7 @@ body {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background: rgba(6, 6, 14, 0.92);
|
background: rgba(6, 6, 14, 0.92);
|
||||||
z-index: 100;
|
z-index: 1000;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -290,7 +290,7 @@ body {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background: rgba(6, 6, 14, 0.88);
|
background: rgba(6, 6, 14, 0.88);
|
||||||
z-index: 200;
|
z-index: 1001; /* above Leaflet's z-index 400-1000 range */
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user