Basically I am designing something where the backdrop-filter
CSS property is used. As of today this is not supported in Firefox, which means that my thing looks kind of terrible in Firefox. My semi-solution is to add a background color instead (not as pretty, but will work) instead, when Firefox is used. But this background should not be there in other browsers.
What to do ? :)