overflow-x: hidden is breaking jquery scroll event

后端 未结 5 427
灰色年华
灰色年华 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-07 23:51

    Just add min-height: 100% to the body tag. Everything would be back on track.

提交回复
热议问题