CSS value transform turn off background-attachment: fixed
in Firefox.
Here is the example
background-attachment:fixed;
doesn't work when any 'transform' is applied
and that's a bug in firefox and it is not yet fixed.
Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=1292499
It was a common problem 2 years ago, but as far as I know, it has been solved a while ago, and now the background-attachment
CSS Property is now fully supported by all browsers, according to MDN.
This has been solved in this question.
Long story short- use position
instead of background-attachment
.