Skip to content

Commit

Permalink
nav-links in flyout now sticky and stay on top when page scrolled down
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Oct 1, 2024
1 parent 843049a commit ccdd3cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frontend/app/styles/components/ilios-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@
border-bottom: calc(20px * constants.$golden-ratio-large) solid c.$orange;

ul {
bottom: 0;
display: inline;
position: sticky;
top: 0;

.text {
clear: none;
Expand Down

0 comments on commit ccdd3cc

Please sign in to comment.