写弹窗时防止底层滚动

Posted javenLee

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了写弹窗时防止底层滚动相关的知识,希望对你有一定的参考价值。

//防止底层滚动 
$(".pop-wraper").on("touchmove",function(){
    event.preventDefault();
});

 

以上是关于写弹窗时防止底层滚动的主要内容,如果未能解决你的问题,请参考以下文章

js写弹窗

ElementUI中解决使用dropdown等弹窗时定位body而非template创建的dom节点

ElementUI中解决使用dropdown等弹窗时定位body而非template创建的dom节点

如何取消IDEA中有弹窗时,鼠标自动跳转到确认按钮。

vue+element打开弹窗时重置报错

layui 让弹窗始终居中于屏幕