-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Firefox] Dropdowns have too big transparency #6777
Comments
Working fine for me, do you experience this issue somewhere else in the app @BOHEUS? |
I'll check and report back once I have some time @Bonapara |
@Bonapara I think it's more of a browser problem as I can't reproduce it on Chromium-based browsers like Chrome or Brave but it's only on Firefox, I'm changing the title to highlight the problem with specific browser |
Good catch! We are using background-blur + opacity to compute the opacity. We should double check how background-blur looks like on Firefox. Note that on chrome we cannot have a container with background-blur having a child with background-blur itself (in this case the background blur is not applied at all), I don't know if this is also the case in Firefox. But that's why sometimes we choose to Portal the component or to add isBackgroundBlurEnabled on some components to avoid the issue. |
/oss.gg 150 |
Thanks for opening an issue! It's live on oss.gg! |
@nganphan123, do you want to handle this issue into the OSS.GG hackathon context? If so, please sign up on OSS.GG and comment /assign, otherwise happy to assign it to you manually! |
@Bonapara Looks like this issue is fixed? I don't see this issue happening on firefox. |
Scenario:
Actual: Dropdowns have too big transparency
Expected: Dropdowns should have no transparency
Note: Also found one in Settings > Developers > Webhook details
The text was updated successfully, but these errors were encountered: