Chrome position:fixed inside position:absolute breaking with iframe / video

后端 未结 1 1898
鱼传尺愫
鱼传尺愫 2020-12-16 00:53

I\'ve spent 2 hours on this crazy bug on one of my websites which has huge amount of content, until I figured what was causing the issue; On Chrome it appears that p

相关标签:
1条回答
  • 2020-12-16 01:40

    FIX: add these rules to the position:fixed element:

    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    
    0 讨论(0)
提交回复
热议问题