html,
    body,
    #app {
      -ms-overflow-style: none;//IE浏览器
      scrollbar-width:none;//火狐
    }
    
    //谷歌第一种
    ::-webkit-scrollbar {
      width: 0;
      height: 0;
      background-color: transparent;
    }
    //谷歌第二种
    ::-webkit-scrollbar {
      display:none;
    }

用户bPbA4lM
103 声望9 粉丝

« 上一篇
重绘和重排
下一篇 »
初探React

引用和评论

0 条评论