fix:make docs sidebar fully scrollable#1085
Conversation
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
There was a problem hiding this comment.
Code Review
This pull request updates the SCSS styles for the project's left sidebar navigation ('.td-sidebar-nav'), changing its 'overflow' property from 'hidden' to 'visible'. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
🚀 Preview deployment: https://layer5io.github.io/docs/pr-preview/pr-1085/
|
KatalKavya96
left a comment
There was a problem hiding this comment.
Thanks for the fix @Sbragul26,
I reviewed the issue and verified that the reported behaviour was legitimate. The sidebar content was getting clipped because of overflow: hidden, which made the lower sidebar items difficult or impossible to access properly.
I also checked the updated behavior in the preview. In full-screen view, the sidebar works well and the content is accessible. In windowed/resized view, the last sidebar item still appears only near the end of the page scroll, but the important part is that it is no longer clipped or unreachable.
Since this PR fixes the main usability issue and keeps the change minimal and focused, it looks good to me.
Notes for Reviewers
This PR fixes #1084 by allowing the left sidebar to scroll to the end.
Preview:
Before
Screencast.From.2026-06-06.22-52-59.mp4
After
Screencast.From.2026-06-06.22-46-30.mp4
Signed commits