Chrome redraw issue

后端 未结 3 1151
忘掉有多难
忘掉有多难 2020-12-13 17:59

I\'m getting an odd redraw issue in chrome:

\"Screenshot\"

See the broken right side? This is a d

3条回答
  •  感情败类
    2020-12-13 19:03

    Chrome is getting buggier. Something worth trying is forcing gpu hardware acceleration on the element.

    Add this to the CSS to force hardware acceleration:

    -webkit-transform: translate3d(0, 0, 0);
    

提交回复
热议问题