Chrome bug: iframe rendering lines on screen when scrolling up

前端 未结 7 1436
深忆病人
深忆病人 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条回答
  •  有刺的猬
    2021-01-05 16:44

    Removing the background-color:

    body {
    ...
    background-color: #fff; 
    }
    

    in the CSS of the HTML document which is rendered into the iFrame did solve the issue in my case.

提交回复
热议问题