Skip to content

Conversation

@mrjoshuap
Copy link
Contributor

Hopefully resolves #1189 and recovers the PR #1367

Description

Added scrollbar-hiding CSS rules to the .page-sidebar selector in PageSidebar.scss. The changes:

  • Added scrollbar-width: none; for Firefox
  • Added -ms-overflow-style: none; for IE/Edge
  • Added &::-webkit-scrollbar { display: none; } for Chrome/Safari/Opera

Steps

Pre-deploy

Rebuild the frontend assets, these SCSS changes will compile into static/css/_commons.css, and the sidebar scrollbar will be hidden in both light and dark modes while maintaining scroll functionality.

Post-deploy

Verify the scroll bar is hidden but scrolling remains working.

@mrjoshuap mrjoshuap changed the title feat: 1189 rework of older PR; does not include built front end compo… feat: 1189 rework hide sidebar scroll bar Dec 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scrollbar in sidebar

1 participant