fix: raise modal overlay z-index above globe WebGL canvas (#1022)

The settings and signal modal overlays had z-index: 1000, which was
lower than the stacking context created by the globe's WebGL canvas
container. Bump both to z-index: 9999 to match other fullscreen overlays.
This commit is contained in:
Elie Habib
2026-03-04 23:33:44 +04:00
committed by GitHub
parent 06c13cbb93
commit 27bb5793da

View File

@@ -3220,7 +3220,7 @@ body.live-news-fullscreen-active .panels-grid > *:not(.live-news-fullscreen) {
display: none;
justify-content: center;
align-items: center;
z-index: 1000;
z-index: 9999;
}
.signal-modal-overlay.active {
@@ -5704,7 +5704,7 @@ a.prediction-link:hover {
display: none;
align-items: center;
justify-content: center;
z-index: 1000;
z-index: 9999;
}
.modal-overlay.active {