隐藏滚动条

  body::-webkit-scrollbar {
    display: none;
    }
    body {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}
posted @ 2019-12-16 10:31  Mr、DIVE  阅读(167)  评论(0编辑  收藏  举报