adjust fullscreen player z-indexes back

- the modal needs to appear above
- instead, move the titlebar controls z-index under the fullscreen players
This commit is contained in:
jeffvli
2026-02-01 20:28:47 -08:00
parent e12150d026
commit 51a8285ba2
3 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: 5100; z-index: 200;
display: flex; display: flex;
justify-content: center; justify-content: center;
padding: 2rem; padding: 2rem;
@@ -2,7 +2,7 @@
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: 5100; z-index: 200;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
@@ -2,7 +2,7 @@
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
z-index: 5000; z-index: 195;
height: 65px; height: 65px;
-webkit-app-region: drag; -webkit-app-region: drag;
} }