关于javascript:IOS透明弹层下内容禁止滚动 jiezi 4 年前 最简略粗犷的办法,就是给蒙层的最外层 div 加上禁止穿透 document.getElementsById("modal-wrapper").ontouchmove = (e) => {e.preventDefault(); }
最简略粗犷的办法,就是给蒙层的最外层 div 加上禁止穿透 document.getElementsById("modal-wrapper").ontouchmove = (e) => {e.preventDefault(); }