mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user