How to disable scrolling temporarily?

前端 未结 30 2482
萌比男神i
萌比男神i 2020-11-21 05:16

I\'m using the scrollTo jQuery plugin and would like to know if it is somehow possible to temporarily disable scrolling on the window element through Javascript? The reason

30条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-21 05:30

    Here is my solution to stop the scroll (no jQuery). I use it to disable the scroll when the side menu appears.

    
    
    
    
    

    I put 17px of padding-right to compensate for the disappearance of the scroll bar. But this is also problematic, mostly for mobile browsers. Solved by getting the bar width according to this.

    All together in this Pen.

提交回复
热议问题