0

white line shows when use safari browse this page:

enter image description here

When use safari browse this page, the white line shows, and i try to use safari's flex like this to fix this but failed.

display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
    display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
    flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
    align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;

the lightland.design is fully written with css and html, hope someone can save me out of this probelm. thankyou in advanced

Nitin Bisht
  • 5,053
  • 4
  • 14
  • 26
xiaojueguan
  • 870
  • 10
  • 19

0 Answers0