Skip to content

Commit

Permalink
adjust regressive z-index override from #171 (#191)
Browse files Browse the repository at this point in the history
fixes #189 by using the inline CSS variable with fallback value inherited from upstream
  • Loading branch information
2bndy5 committed Nov 15, 2022
1 parent db35e60 commit f9d9f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/stylesheets/main/layout/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
> .md-nav__link {
position: sticky;
top: 0;
z-index: 1;
z-index: var(--md-nav__sticky-zindex, 1);
margin-top: 0;
padding: 0 px2rem(12px);
font-weight: 700;
Expand Down

0 comments on commit f9d9f5b

Please sign in to comment.