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

View File

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