-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
Table of contents should scroll with content #9904
Comments
our students from https://labs.codeday.org will be taking a shot at this issue in the coming week :) (they'll be making their first contributions to break into the world of open source) |
oh my apologies, thanks for the heads up, do you know any issues on this repo that would be better suited for novices? |
It would vary a lot by what your "novices" are equipped with and what they are enthusiastic to learn about. Most of the tech and coding style would be new to them. Pick any issue that doesn't seem to involve a lot of internal details and see if they understand what should be changed. |
I think #9781 would work better, leaving a comment there |
I'm a bit confused, shouldn't this "feature" already be implemented given that #6317 was merged? Is this not a regression? |
It seems there was an issue with the PR that implemented this feature so the change were reverted until the bug is fixed |
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
When there's a big page with tons of sections, the "table of contents" sidebar does not really keep up with the user.
For example, here I have scrolled into the
table.reverse
section, but in the TOC sidebar, it is hardly visible:If I were to scroll further, the active section would be completely past the viewport on the sidebar.
Reproducible demo
https://pluto-lang.org/docs/Runtime%20Environment/Global%20Reference
Steps to reproduce
Big page.
Expected behavior
The TOC sidebar scrolls with me.
Actual behavior
It does not.
Your environment
Self-service
The text was updated successfully, but these errors were encountered: