-
Notifications
You must be signed in to change notification settings - Fork 841
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(scrollbar): fix scrollbar background opacity #5462
fix(scrollbar): fix scrollbar background opacity #5462
Conversation
Yeah, this looks like the right fix. Could you humor me and make a small optimization. If the scrollbar background has zero alpha, then don't call the slightly expensive |
@willmcgugan Glad I was on the right track but good point about the optimisation. Updated in a35d48a. |
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.
lgtm
Gracias |
Thanks @TomJGooding |
Fixes #5458.
This assumes that when the scrollbar background has opacity, it should blend with the 'base' background and not the background of its widget.
Please review the following checklist.