Skip to content

fix:make docs sidebar fully scrollable#1085

Open
Sbragul26 wants to merge 1 commit into
layer5io:masterfrom
Sbragul26:fix-sidebar-scroll
Open

fix:make docs sidebar fully scrollable#1085
Sbragul26 wants to merge 1 commit into
layer5io:masterfrom
Sbragul26:fix-sidebar-scroll

Conversation

@Sbragul26
Copy link
Copy Markdown
Member

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

  • Yes, I signed my commits.

Signed-off-by: Sbragul26 <sbragul26@gmail.com>
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 6, 2026

🚀 Preview deployment: https://layer5io.github.io/docs/pr-preview/pr-1085/

Note: Preview may take a moment (GitHub Pages deployment in progress). Please wait and refresh. Track deployment here

Copy link
Copy Markdown
Member

@KatalKavya96 KatalKavya96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Left Sidebar Cannot Scroll to the End

2 participants