Skip to content

Commit

Permalink
change(navigation): raise z-index of go to top link
Browse files Browse the repository at this point in the history
- this way it will float above other elements so that you can always
  interact with it to go to top
  • Loading branch information
ichim-david committed Feb 13, 2023
1 parent befe925 commit 485ca72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/themes/eea/extras/inpageNavigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
border-radius: @circularRadius;
color: @navColor;
font-weight: @navFontWeight;
z-index: @z-index-important;

/* Icon align fix */
> div > i.icon,
Expand Down

0 comments on commit 485ca72

Please sign in to comment.