0
点赞
收藏
分享

微信扫一扫

H5禁止ios页面拉动反弹

zidea 2022-01-30 阅读 128
ios


.box{
position: fixed;
top: 0;
bottom: 0;
width: 100vw
height: 100vh;
overflow: scroll;
&::-webkit-scrollbar {//隐藏滚动条
display:none;
width:0;
height: 0;
}
}



举报

相关推荐

0 条评论