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
Had the same problem. Solution is to remove the overflow-x: hidden from the html element and leave it only on the body element and it should work.