Skip to content

Commit

Permalink
avoid hidden nav to block links in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nrchtct committed Dec 11, 2023
1 parent 6e72a08 commit a189689
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,17 @@ a[href^="#"] {
right: 5vw;
}
#menu{
z-index: 0;
position: fixed;
text-align: left;
z-index: 5;
color: var(--font);
pointer-events: all;
font-size: 1em;
height: 100vh;
}
#menu.active {
z-index: 5;
}
#anchors{
margin-top: 3em;
position: relative;
Expand Down

0 comments on commit a189689

Please sign in to comment.