Fix dialog being behind mobile nav

This commit is contained in:
hfcRed 2026-03-20 02:58:41 +01:00
parent c501f18fe6
commit 96649b3e5d

View File

@ -1,7 +1,7 @@
.overlay {
position: fixed;
inset: 0;
z-index: 10;
z-index: 20;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.25);
display: flex;