Skip to content
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

[bug]: Unable to scroll fixed navigation sidebar #180

Closed
LukeTowers opened this issue Jul 3, 2016 · 1 comment
Closed

[bug]: Unable to scroll fixed navigation sidebar #180

LukeTowers opened this issue Jul 3, 2016 · 1 comment

Comments

@LukeTowers
Copy link
Contributor

When you are viewing a documentation page like this for example, and you have the a sub listing open in the navigation sidebar, you are unable to scroll the sticky navigation sidebar independently of the main content area. This means that you have to scroll all the way to the bottom of the page just to view the rest of the navigation's items. As some pages are quite long, this is very annoying and unfriendly to the user experience.

The side bar should be made either not sticky or it should have a max height set (probably relative to viewport-height) with the overflow set to scroll so that the two components of the page could be scrolled independently of each other.

As a side note, what would it take to get some really low level documentation setup in addition to the higher level tutorial style documentation that we have currently? I'm thinking of something along the lines of Laravel's API documentation. Is this something where I could help contribute to the project by setting up such a system?

@daftspunk
Copy link
Member

Fixed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants