css - Safari Issue Other browser works fine -


it's running on browsers except safari.

on header, background colour faded colour red white , not smooth when scrolling, don't know why or how fix it.

on contact section when click map tap button text inside disappear. it's happening on navigation too.

what have try, add prefix things or use

-webkit-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);  transform: translate3d(0,0,0); 

but it's not works.

this test site

and, there many problems seem one, guy please teach or suggest me fix this.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -