-
Notifications
You must be signed in to change notification settings - Fork 88
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
fix(NcAppContent): Set normal scrollbar width on resizeable NcAppContentList #4710
Conversation
…entList When `NcAppContentList` is resizeable, a thin scrollbar is hard to catch with the mouse. Set scrollbar width to auto in this case. Fixes: #4706 Signed-off-by: Jonas <[email protected]>
/backport to stable7 |
@mejo- Could you please post screenshots of FF and chrome? I'm testing this on Firefox and there's no difference in size if I add auto there. |
Sure! I added screenshots of before and later with Firefox/Linux now. The most remarkable change is when hovering the scrollbar (second table of screenshots). In Chrome, there's no visible change. Please also see the screencast of the situation without this change in issue #4706. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Please set appropriate |
When
NcAppContentList
is resizeable, a thin scrollbar is hard to catch with the mouse. Set scrollbar width to auto in this case.NcAppContentList
hard to catch with resizable columns #4706Screenshots
NcAppContentList
) in Firefox/LinuxNcAppContentList
) in Firefox/LinuxNcAppContentList
) in Firefox/LinuxNcAppContentList
) in Firefox/LinuxIn Chrome there's no visible change.
Please also see the screencast of the situation without this change in issue #4706.
🏁 Checklist