H5滑動穿透(TODO)

https://github.com/pod4g/tool/wiki/%E7%A7%BB%E5%8A%A8%E7%AB%AF%E6%BB%9A%E5%8A%A8%E7%A9%BF%E9%80%8F%E9%97%AE%E9%A2%98git

 

https://www.haorooms.com/post/webapp_bodyslidebcdivgithub

 

有幾種方法:web

一: 在出現遮罩層的時候 ,讓遮罩的父元素
content{overflow:hidden}當遮罩層消失的時候移除這個屬性app

二: 這個是比較完全的方法, 當彈窗出現的時候, 給body添加固定定位
body{
position:fixed;
top:0;left:0;right:0;bottom:0;
}webapp

相關文章
相關標籤/搜索