increase fullscreen overlay z-index above titlebar

This commit is contained in:
jeffvli
2026-02-01 19:10:38 -08:00
parent ba474205c8
commit 6a68cebc93
2 changed files with 2 additions and 5 deletions
@@ -2,7 +2,7 @@
position: absolute;
top: 0;
left: 0;
z-index: 200;
z-index: 5100;
display: flex;
justify-content: center;
padding: 2rem;
@@ -29,12 +29,9 @@
}
}
}
}
}
.responsive-container {
display: grid;
grid-template-rows: minmax(0, 1fr);
@@ -2,7 +2,7 @@
position: absolute;
top: 0;
left: 0;
z-index: 200;
z-index: 5100;
display: flex;
flex-direction: column;
width: 100%;