12 comments (12 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python1,100 forks (1,100 forks)user submission
accessibilitydocsgood first issuenew featurestyles
Repository metrics
- Stars
- 2,001 stars (2,001 stars)
- PR merge metrics
- Avg merge 7d 20h (Avg merge 7d 20h)25 merged PRs in 30d (25 merged PRs in 30d)
Description
Feature request
Make right sidebar scrollable independently or static like this docs

Contributor guide
- Research direction
- Implement independent scrolling for the right sidebar by applying CSS `overflow y: auto` and `position: sticky` or using a separate scroll container. Ensure the sidebar's height is constrained to the viewport.
- Tech stack
- htmlcssjavascriptpython
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- HTMLCSSJavaScript