overflow-x: hidden is breaking jquery scroll event

后端 未结 5 437
灰色年华
灰色年华 2021-01-07 23:14

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         


        
5条回答
  •  一个人的身影
    2021-01-08 00:09

    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.

提交回复
热议问题