移动端去掉滚动条

html,body{
height: 100%;
}
::-webkit-scrollbar{
width: 0;
}
body,#app{
width:100%;
overflow-x: hidden;
}
#app{
height: 100%;
padding-bottom: 60px;
box-sizing: border-box;
}
posted @ 2017-12-13 16:30  且听风吟V  阅读(618)  评论(0编辑  收藏  举报