-
Notifications
You must be signed in to change notification settings - Fork 25.9k
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
Sidebar: Not able to see overflow content in sidebar until scroll down till the end of the page. #706
Comments
Unfortunately there is no way around this without introducing a scrollbar or something similar on the sidebar. Your only option is to disable the "sticky" sidebar and then it will scroll with the rest of the page content. If you want to go with that solution remove the |
@mmistakes I suggest that the y-scrollbar become visible when mouseover with x-scrollbar always hidden... |
Happy to look at a pull request if you want to submit a fix. |
Added support for sidebar scrollbars when needed in 3e34797 |
With sticky class on in mobile view content moves under the screen http://prntscr.com/fzak4u - w\o sticky |
@rashevskyv The theme purposely doesn't apply Are you using a modified version of the theme? You'll probably need some JavaScript to make it work. |
Viewing overflowing sidebar content requires scrolling the entire page which is annoying and causes the reader to lose their place. Use CSS `calc` to approximate height of the sidebar (`100vh` - height of the masthead) and apply `overflow-y: auto` to add vertical scrollbars when needed. Fixes mmistakes#706
Viewing overflowing sidebar content requires scrolling the entire page which is annoying and causes the reader to lose their place. Use CSS `calc` to approximate height of the sidebar (`100vh` - height of the masthead) and apply `overflow-y: auto` to add vertical scrollbars when needed. Fixes mmistakes#706
Viewing overflowing sidebar content requires scrolling the entire page which is annoying and causes the reader to lose their place. Use CSS `calc` to approximate height of the sidebar (`100vh` - height of the masthead) and apply `overflow-y: auto` to add vertical scrollbars when needed. Fixes mmistakes#706
Viewing overflowing sidebar content requires scrolling the entire page which is annoying and causes the reader to lose their place. Use CSS `calc` to approximate height of the sidebar (`100vh` - height of the masthead) and apply `overflow-y: auto` to add vertical scrollbars when needed. Fixes mmistakes#706
http://i.imgur.com/RUfHq1w.png --> Scroll down to half a page
http://i.imgur.com/u270pcc.png --> Scroll down to the bottom of the page
The text was updated successfully, but these errors were encountered: