Position Fixed doesn't work in Chrome

前端 未结 2 1277
难免孤独
难免孤独 2021-01-03 09:32

I\'m creating these overlay previous and next arrows, like the ones on this website - http://www.usatoday.com

And the problem I\'m getting is in Chrome, the arrows w

2条回答
  •  独厮守ぢ
    2021-01-03 10:05

    I used cjspurg method and it worked. Thanks again!

    -webkit-backface-visibility: hidden; 
    -webkit-transform: translateZ(0);
    

提交回复
热议问题