background-attachment fixed with transform not working in Firefox

前端 未结 3 1231
陌清茗
陌清茗 2020-12-07 00:34

CSS value transform turn off background-attachment: fixed in Firefox.

Here is the example

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 00:50

    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

提交回复
热议问题