UI chat window: overflow-y scroll bar almost impossible to target/drag sideways as it's too tiny #2455
vladimirbelyayev
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment
-
PRs welcome |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
The scroll bar in <code></code> wrapper <div></div> is too small, it's impossible to use it to scroll horizontally
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome, Microsoft Edge
Relevant log output
No response
Screenshots
The ::-webkit-scrollbar has height: .1em which causes really small scrollbar

If we increase it to .5em - .7em then it's more usable

Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions