-
Notifications
You must be signed in to change notification settings - Fork 212
Switch from position: fixed to sticky #1597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This allows us to remove `padding-top: $top-navbar-height !important` on body. Also, remove an obsolete workaround for older Chrome browsers to put scroll-padding-top on `body` rather than `html`.
Changes look good. I'll try it locally as soon as possible. |
thanks @GuillaumeGomez Please comment here when the local test is fine, then I'll merge/deploy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you check the comment by @GuillaumeGomez
Fixed! Satisfyingly, the answer was additional simplification. :-) |
This time it's all good, thanks! |
This allows us to remove
padding-top: $top-navbar-height !important
on body.Also, remove an obsolete workaround for older Chrome browsers to put scroll-padding-top on
body
rather thanhtml
.Part of #1595
Tested locally with latest Chrome on Desktop in Dev Tools mobile mode, and latest Chrome on latest Android.