mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix dialog being behind mobile nav
This commit is contained in:
parent
c501f18fe6
commit
96649b3e5d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user