Issue
I use backdrop-filter: blur(30px); but firefox unsupported this property; -moz-backdrop-filter: blur(60px); also doesn't work
Solution
Its not supported by default https://caniuse.com/css-backdrop-filter
However you can activate it manually.
Navigate to about:config
and set it to true
Answered By - Ifaruki
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.