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

Scrollable sidebar #838

Merged
merged 1 commit into from Mar 11, 2022
Merged

Scrollable sidebar #838

merged 1 commit into from Mar 11, 2022

Conversation

ybiquitous
Copy link
Contributor

This change makes the sidebar scrollable via position: sticky and overflow: auto;
See also https://caniuse.com/?search=sticky

Note: I'm worried that old browsers like IE 11 don't support position: sticky, so feel free to close this PR if RDoc should support such browsers.

Demo

Screen.Recording.2021-09-11.at.16.38.39.mov

This change makes the sidebar scrollable via `position: sticky` and `overflow: auto`;
See also <https://caniuse.com/?search=sticky>
@nobu nobu merged commit c858be4 into ruby:master Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants