Site does not scroll on mobiles
My site works well on computers. But using a mobile phone the site does not scroll, only the first two items load. The other content can't be accessed.
Is there any solution to resolve this?
[url]http://stevenredhead.com[/url]
Any ideas would be welcome as I tried to find the issue unsuccessfully.
Thank you for the input
Cheers,
Steven
Megan posted this at 15:24 — 3rd February 2017.
She has: 11,421 posts
Joined: Jun 1999
There is some JavaScript somewhere that is putting an "overflow: hidden" on the body tag for mobile.
Try going into css/5grid/init.js, and around line 429 remove this line:
.css('overflow', (_isTouch ? 'hidden' : 'visible'))
I'm not sure why it's doing that. This is a really weird way of creating a responsive layout. It might be old (e.g. before media queries were widely supported?). Yes, released in 2013.
Megan
Connect with us on Facebook!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.