Issue with background color and Google Chrome

后端 未结 22 1103
一向
一向 2020-12-08 02:06

Sometimes I get a broken background in Chrome. I do not get this error with any other browser.

This is the simple CSS line responsible for the background color of b

22条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 02:41

    IF you're still having trouble, you may try switching 'top' to 'bottom' in chromeFix above, and also a div rather than a span

    style:

    #chromeFix { display: block; position: absolute; width: 1px; height: 100%; bottom: 0px; left: 0px; }
    

提交回复
热议问题