fix: change z-index values

This commit is contained in:
MAZE 2024-02-24 19:35:10 +03:30
parent 408734d49f
commit 79afb8d92f
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
.overlay {
position: fixed;
inset: 0;
z-index: 10;
z-index: 19;
background-color: rgb(9 9 11 / 40%);
backdrop-filter: blur(5px);
}
@ -10,7 +10,7 @@
position: fixed;
top: 50%;
left: 50%;
z-index: 12;
z-index: 20;
width: 100%;
max-height: 100%;
padding: 50px 0;

View File

@ -2,7 +2,7 @@
position: fixed;
bottom: 20px;
left: 20px;
z-index: 99;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;