fix: Order of z-index

This commit is contained in:
Ushie
2025-05-06 15:04:15 +03:00
parent 8d1ff38708
commit 305d9bad06
3 changed files with 9 additions and 9 deletions

View File

@@ -202,7 +202,7 @@
}
#nav-container {
z-index: 1;
z-index: 5;
top: 0;
position: sticky;
width: 100%;
@@ -246,7 +246,7 @@
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 88;
z-index: 3;
}
.nav-wrapper {
@@ -288,7 +288,7 @@
left: 0;
height: 100%;
background-color: var(--surface-eight);
z-index: 100;
z-index: 4;
}
.nav-wrapper {
@@ -317,7 +317,7 @@
}
#secondary-navigation {
z-index: 100;
z-index: 4;
padding: 16px;
}
}
@@ -334,7 +334,7 @@
position: relative;
display: flex;
height: 50px;
z-index: 999;
z-index: 6;
justify-content: center;
align-items: center;
cursor: pointer;
@@ -383,7 +383,7 @@
border-radius: 100px;
text-decoration: none;
background-color: var(--primary);
z-index: 10;
z-index: 2;
color: var(--text-three);
font-weight: 600;
font-size: 0.95rem;

View File

@@ -80,7 +80,7 @@
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
z-index: 6;
}
.top {
@@ -129,7 +129,7 @@
display: flex;
flex-direction: column;
gap: 2px;
z-index: 1001;
z-index: 7;
padding: 32px;
box-shadow:
0px 4px 5px 0px rgba(0, 0, 0, 0.14),

View File

@@ -42,7 +42,7 @@
position: fixed;
margin-left: 2.25rem;
margin-right: 2.25rem;
z-index: 9999;
z-index: 8;
left: 0;
right: 0;
bottom: 2rem;