Why solid instead of transparent and blurred? #62
Pinned
sameerasw
announced in
Announcements
Replies: 1 comment 31 replies
-
This seems to be an issue in Gecko based browsers, we'll have to wait until Mozilla does something |
Beta Was this translation helpful? Give feedback.
31 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Due to a limitation with CSS and browser transparency we have, making an overlay element blurry with backdrop-filter is problematic. You can inspect the below images for reference on what happens.
From my understanding, since the browser lacks a background and on some places it's completely transparent, It only tries to make the backdrop-blur with what's available and behind in the browser and then overlay it between the actual background and then front most element we are applying blur to. Because of this, sharp content like text and shapes will not get blurred and will be visible through the blur layer breaking the UI.
From hours of research, I found no solutions so far for this issue which is also the reason the same happens when you make the compact sidebar transparent and blurry int eh zen browser while the browser is already transparent. If you know a workaround, feel free to implement and share :)
A demo from GIMP of the same effect.
CleanShot.2025-05-13.at.9.56.27.mp4
Beta Was this translation helpful? Give feedback.
All reactions