Site not scrolling on mobile devices?
问题 Site's built on bootstrap, I'm using skrollr.js to add a parallax effect to the header images. I think it's this that's not allowing the site to scroll. I've tested on multiple devices and on even more in Chrome's emulation. I've read around that overflow: hidden can cause problems, and it appears that skrollr is adding those styles to the html tag. Link - http://goo.gl/YofGx7 回答1: You said that overflow: hidden can cause problems, so why don't you kill that style by adding the inline css