0

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.

Community
  • 1
  • 1
mkafiyan
  • 944
  • 2
  • 9
  • 31
  • Your website seemed to scroll fine on my LG G3 Android phone. There was no sideways scrolling or anything, and the `overflow-x` seemed to be working fine. – robabby Mar 06 '15 at 15:05

1 Answers1

0

Works fine for me too on Samsung galaxy s5. Might sound silly but it isn't just cached on your devices is it since before you added the wrapper and overflow-x: hidden? I had to clear my phone cache a lot when I was updating my site recently.