Skip to content

Make scrollbar hitbox larger#5576

Open
knolleary wants to merge 1 commit intodevfrom
5574-scrollbar-contrast
Open

Make scrollbar hitbox larger#5576
knolleary wants to merge 1 commit intodevfrom
5574-scrollbar-contrast

Conversation

@knolleary
Copy link
Copy Markdown
Member

@knolleary knolleary commented Mar 19, 2026

Fixes #5574

This increases the size of the invisible hitbox around the workspace scrollbar to make it easier to hit, without making the visible scrollbar unnecessarily large. It also increases the contrast of the scrollbar to make it easier to see.

@knolleary knolleary linked an issue Mar 19, 2026 that may be closed by this pull request
--red-ui-scrollbar-handle-size: 40px;
--red-ui-scrollbar-handle-background: rgb(200, 200, 200);
--red-ui-scrollbar-width: 14px;
--red-ui-scrollbar-handle-background: rgb(160, 160, 160);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can we move this to 'colors.scss'?

Theme creators may not immediately notice this variable and, depending on their theme colors, may end up with barely visible scrollbars.

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.

UX: Improve size/contrast of scrollbar handle

2 participants