Skip to content

fix(layout): enlarge tiling scrollbar hit area - #261

Open
OliverBennettdev wants to merge 1 commit into
johannesjo:mainfrom
OliverBennettdev:fix/255-tiling-scrollbar-hit-area
Open

fix(layout): enlarge tiling scrollbar hit area#261
OliverBennettdev wants to merge 1 commit into
johannesjo:mainfrom
OliverBennettdev:fix/255-tiling-scrollbar-hit-area

Conversation

@OliverBennettdev

@OliverBennettdev OliverBennettdev commented Aug 15, 2026

Copy link
Copy Markdown

Description

Increases the horizontal scrollbar hit area for the tiling layout strip from 5px to 10px while keeping the painted thumb approximately 6px tall.

The tiling strip previously inherited the global 5px scrollbar size, making it difficult to target. Missing the scrollbar could also place the pointer over nearby panel resize handles.

This change:

  • scopes the larger scrollbar hit area to .tiling-layout-strip
  • preserves the existing 5px scrollbar size elsewhere
  • uses transparent thumb borders to retain a compact visual appearance
  • adds a CSSOM regression test covering both the scoped and global scrollbar dimensions

Issues Resolved

Fixes #255

Check List

  • New functionality includes testing.
  • New functionality has been documented in the README if applicable. (Not applicable; this change introduces no new configuration or user-facing API.)

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.

Tiling strip's horizontal scrollbar is 5px and collides with the resize handles — a dead click zone right above it

1 participant