Scrolling not smooth
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 25.9k
- Forks
- 2.4k
- Avg merge
- 13h 10m
- Merged PRs (30d)
- 4
Description
Clicking on the menu items in the left pane makes the navigation jump, making it a bit jarring. Adding something like this to smooth the transition between sections breaks the scrolling:
html {
scroll-behavior: smooth;
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the left-pane menu navigation and compare its current scrolling behavior with the proposed html scroll-behavior rule. Trace the navigation implementation and determine why smooth scrolling breaks, then verify that moving between sections is smooth without breaking scrolling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, typescript
- Domain
- documentation, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100