How to disable scrolling of body element?

前端 未结 1 1005

How to disable scrolling of body? $(\'body\').css(\'overflow\',\'hidden\'); only hides the scrollbars but it does not disable the scrolling. I want to disable the s

1条回答
  •  南旧
    南旧 (楼主)
    2021-02-13 13:28

    Try this CSS, no jQuery needed for this:

    
    

    [UPDATE after comment]

    Try specifying the height of the body too:

    
    

    0 讨论(0)
提交回复
热议问题