I’m trying to finish up some changes and work on my site’s responsiveness. But when I open up my preview/share link on mobile (android, chrome) the site won’t scroll. The menu doesn’t respond to touch either.
The only things I’ve found on the forums so far is about Overflow being set to Visible on Body, which it is.
The site was developed off of the Legowerks wireframe kit.
These types of issues usually occur due to applying ‘overflow: hidden’ to the entire site. Remove ‘overflow: hidden’ from the page wrapper and see if your problem gets resolved or not."