为了账号安全,请及时绑定邮箱和手机立即绑定

移动端弹窗禁止滚动问题

移动端弹窗禁止滚动问题

慕莱坞森 2019-01-30 18:42:35
弹窗禁止滚动.mask{display: block; position: fixed;top: 0;right: 0;bottom: 0;left: 0; overflow: hidden;background-color: rgb(0, 0, 0);filter: alpha(opacity=60); background-color: rgba(0, 0, 0, 0.6); z-index: 5;}$('.mask').on('touchstart',function(e){    //event.preventDefault();    e.preventDefault();});遮罩底层不滑动,移动端有个侧边栏,滑动侧边栏,滑动侧边栏底层也影响滑动,问题求解决.side{position: fixed; top: 50px; bottom: 0; left: 0; overflow-x: hidden; width: 200px; z-index: 99;}自己填坑:PC端http://www.zhangxinxu.com/wor...移动端http://www.zhangxinxu.com/wor...
查看完整描述

1 回答

?
慕村225694

TA贡献1880条经验 获得超4个赞

你的JS代码写错了


$('.mask').on('touchstart',function(e){

    e.preventDefault();

});


查看完整回答
反对 回复 2019-02-01
  • 1 回答
  • 0 关注
  • 737 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信