-
Notifications
You must be signed in to change notification settings - Fork 336
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
Implement sticky navbar in css #1016
Conversation
This works for me on Chrome. Can you check a few other browsers? |
I worked with Firefox. I can tests on other browsers tomorrow. Feel free to ping me again if I forget again and nothing happens in the next couple of days. Note to self: looks like the |
Tested on Firefox, Chromium and midori (based on an old webkit version). It looks fine. |
Tested on latest safari version as well (12.1) and it works fine with the |
In general I am in favor of relying less on external libraries for the site. Looks fine to me. |
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.
Looks good to me. I also checked it with very a short homepage, which I know has been a problem in the past.
See https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Scroll-linked_effects
Not entirely sure I did everything right so feel free to test more before merging (I will do the same on my end).