Skip to content

Commit

Permalink
Revert to fixed mobile nav menu
Browse files Browse the repository at this point in the history
  • Loading branch information
roughani committed Sep 2, 2017
1 parent be44982 commit 02d273b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ body {
}

.mobile-nav {
position: sticky; // use sticky instead of fixed for scrollability
position: fixed;
top: $fixed-header-height-mobile;
width: 100%;
background-color: #ffffff;
Expand Down

0 comments on commit 02d273b

Please sign in to comment.