ios 7 browser-kit black borders around div elements

后端 未结 6 645
面向向阳花
面向向阳花 2020-12-31 20:24

I\'m getting a strange bug in the browsers in iOS7 where black lines are appearing around div elements. But when you zoom in to an element, these lines are disappearing. Doe

6条回答
  •  星月不相逢
    2020-12-31 21:20

    Use "background-image" property with the same gradient values:

    background-image: -webkit-linear-gradient(top, #your_color, #your_color);
    

提交回复
热议问题