Scrollbar is too small (UX, a11y issue)
runerune opened this issue · 1 comments
runerune commented
- The scrollbar in the main window is too small to grab with the mouse reliably. This is an a11y issue too.
- Scrollbar track is the same color as window background, failing to communicate where the active scrollbar area begins and ends.
To Reproduce
- Open the main window.
- Try to grab the scrollbar with your mouse.
- Let the anger flow.
Expected behavior
Scrollbar should be larger and easier to grab. Scrollbar track should display a border to communicate where it begins and ends.
Desktop (please complete the following information):
- OS: Windows 10
- Version: 2.3.0
ryanSN commented
This is kinda done on purpose as it simulates a similar exp of the emoji picker on Mac. (Again this was built and designed before windows even has this native option).
note for self when working on: The code in main currently is a rewrite of this UI, so will need to double check if this is still a similar issue.