I built a one-page site which works fine, except for one thing (on mobile devices), which is the overflow-x:hidden
.
I use <meta name="viewport" content="width=device-width, height=device-height"/>
.
and when I searched I find this issue so I create site wrapper div inside the body and applying the overflow-x:hidden to the wrapper. but still have problem in mobile and tablet device.
my website is here.