Skip to content

Commit

Permalink
fix(ui): Overlap of skillcloud with mobile menu (#19)
Browse files Browse the repository at this point in the history
Closes #18
  • Loading branch information
venkivijay authored Jun 20, 2023
1 parent b91e3cd commit ec64b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TheMobileMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
transition: all 0.275s 0.1s;
}
nav.is-open {
@apply opacity-100 z-40 visible;
@apply opacity-100 visible;
z-index: 900;
}
nav::before {
Expand Down

0 comments on commit ec64b4d

Please sign in to comment.