Thin gray/black lines on web page viewed with iPad

后端 未结 11 2212
南旧
南旧 2020-12-13 22:07

We\'re finding the the iPad is displaying thin grey/black lines on our site. It seems to be some form of scaling-artefact on mobile Safari. I\'ve provided two snippets of

11条回答
  •  失恋的感觉
    2020-12-13 22:24

    I had a greyish line (iPad only) at the bottom of my header bar and fixed it with:

    position:relative;
    z-index:2;
    

    directly added to the header container. perhaps this could also help out someone.

提交回复
热议问题