Backface visibility broken in Chrome (certain platforms/versions)

前端 未结 5 1740
轮回少年
轮回少年 2021-01-04 16:07

So I\'ve looked around a bit, it seems that -webkit-backface-visibility functionality is a bit spotty. In Chrome 18 on Mac and Linux, it works fine. In Chrome 1

5条回答
  •  时光取名叫无心
    2021-01-04 16:31

    I solved this problem using this css transform-style: preserve-3d;or more accurately this Compass mixin @include transform-style(preserve-3d);

提交回复
热议问题