I am having an issue where setting overflow-x: hidden on the html and body elements is preventing the jquery scroll event from firing.
CSS:
html, bod
Just add min-height: 100% to the body tag. Everything would be back on track.
min-height: 100%