Chrome bug: iframe rendering lines on screen when scrolling up

前端 未结 7 1478
深忆病人
深忆病人 2021-01-05 16:28

bug here: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-bugs/eUfzp3UJDwo%5B1-25%5D

just encountered this problem, streaking up my screen

7条回答
  •  梦毁少年i
    2021-01-05 16:59

    I found out that it's possible to workaround this Chrome bug by shaking up the DOM a bit.

    E.g. this was causing the issue:

      

    foobar

    ... but replacing the H1 with SPAN fixed it:

      foobar
      
    

提交回复
热议问题