Optional sticky global navigation bar on GitHub #200445
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Code Search and Navigation
Body
Body
GitHub’s global navigation bar (search, notifications, repositories, profile menu) is currently not consistently visible while scrolling long pages such as repositories, issues, pull requests, and files.
Problem
When working in long pages (especially code review, issues, or documentation-heavy repositories), users often need to scroll back to the top to access:
Global search
Notifications
Repository switcher
Profile / settings menu
This creates unnecessary navigation friction.
Proposed solution
Add a user preference (or default behavior option) to make the global top navigation bar sticky while scrolling.
Suggested implementation
Add a setting such as:
“Keep top navigation visible while scrolling”
Disabled by default (opt-in)
Applies across all github.com pages
Should respect compact layouts and mobile responsiveness
Why this matters
Improves navigation efficiency in long PRs, issues, and code files
Reduces repetitive scrolling
Aligns with existing GitHub UX patterns (some internal headers are already sticky in PR/file views)
Common pattern in modern developer tools and dashboards
Beta Was this translation helpful? Give feedback.
All reactions