Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default scrollbar-width to scroll bar #238

Closed
luixxiul opened this issue Mar 2, 2024 · 1 comment · May be fixed by SchildiChat/matrix-react-sdk#24
Closed

Set default scrollbar-width to scroll bar #238

luixxiul opened this issue Mar 2, 2024 · 1 comment · May be fixed by SchildiChat/matrix-react-sdk#24
Labels

Comments

@luixxiul
Copy link
Contributor

luixxiul commented Mar 2, 2024

Description:

Set default scrollbar-width to scroll bar. It is reported on the upstream that grabbing resizer on the main timeline next to the thread panel is very hard. MDN also says that you would have to be careful to set thin value from the perspective of accessibility (https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width#accessibility_concerns). Basically, there is no necessity to set thin value to the scroll bar here at all.

Now that the issue was originally reported in 2022 and is still open, it seems that the upstream project is not really interested in improving it (also, the way how Firefox renders thin scroll bar itself seems to have been improved since then), and I think we can just go ahead.

The scrollbar is already so thin (element-hq/element-web#22084) on Firefox and already difficult to grab, and it gets even more difficult due to a conflict with the panel width change function. Maybe only 1~2 pixel is available for grabbing.

scrollbar.mp4

Describe alternatives you've considered:

Additional context:

Copy link

This issue is stale because it has been open 150 days with no activity. Remove stale label or comment or this will be closed in 14 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant