We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d7f11 commit 7d8acd3Copy full SHA for 7d8acd3
2 files changed
src/components/NavMobile.vue
@@ -146,7 +146,7 @@ export default {
146
position: sticky;
147
top: 0;
148
left: 0;
149
- z-index: 9;
+ z-index: 99;
150
}
151
152
.hamburger {
src/components/Navbar.vue
@@ -186,7 +186,7 @@ export default {
186
flex-wrap: nowrap;
187
188
top: -0.1px;
189
- z-index: 2;
190
191
button, a {
192
transition: color 0.2s;
0 commit comments