Search code examples
cssfirefoxblur

Why backdrop filter in Firefox don't work?


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 enter image description here