Skip to content

Fix table scrollbar overlay#734

Merged
correct-horse-battery-bench merged 4 commits into
masterfrom
fix-table-scrollbar-overlay
Jun 24, 2026
Merged

Fix table scrollbar overlay#734
correct-horse-battery-bench merged 4 commits into
masterfrom
fix-table-scrollbar-overlay

Conversation

@correct-horse-battery-bench

Copy link
Copy Markdown
Contributor

On certain os settings the scroll scrollbar is not visible due to settings.
For example in Macos you can configure in appearance that the scrollbar is only visible when scrolling.
On linux ubuntu firefox the same is the case with gtk overlay settings.

This makes the table less ux friendly as we dont see that it is scrollable and cannot scroll if we do not have a mouse with horizontal scroll whell or when the user doesn't know that shift+mousewheel can also be used to scroll horizontally.

Therefore

  1. allow horizontal drag on click and drag with mouse
  2. add small chevron for scrolling to left/right

@correct-horse-battery-bench
correct-horse-battery-bench merged commit 5bc0281 into master Jun 24, 2026
3 checks passed
@correct-horse-battery-bench
correct-horse-battery-bench deleted the fix-table-scrollbar-overlay branch June 24, 2026 09:52
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.

2 participants