- Browser & version: Mozilla Firefox 77.0.1
At least up to a point the blur filter was not supported by default in Firefox, and it was only behind a flag that you had to explicitly enable. https://www.reddit.com/r/FirefoxCSS/comments/d7bfmt/is_this_blur_possible_in_firefox/

Okay so not solvable for now?
On 78b9 Firefox developer edition the flag is still disabled by default

I would guess yes, unsolvable until Firefox enables the flag for blur by default.
Okay. So how do you proceed with such issues that become relevant later again?
There are places in the dApp where it is blurry in Firefox
For example on the token withdrawal screen
@christianbrb it didn't look blurry to me.
I am not sure if achieving the same effect as the backdrop-filter is possible or easy. There are other blur filters but they apply on the element itself, not on the parent elements. I would say it does not make sense for me to try to work around a browser limitation at this point.
Deposit is also blurry in Firefox
I have withdrawn all my tokens :P

Ok this is probably using the overlay instead of the backdrop and applies the blur filter on the overlay.
So this are different components? :thinking:
The dialogs should be based on the same component, but they might have some different flag/property. At some point we tried to apply the blur only to the card itself but that didn't really work due to the layout.
My tests have been executed with layout.css.backdrop-filter.enabled = true