码迷,mamicode.com
首页 > Web开发 > 详细

css 隐藏滚动条

时间:2019-09-01 15:02:58      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:component   mat   div   tomato   bar   com   llb   class   none   

/* component: node-list */
.node-list {
    width: 12.5%; max-height: 100%;
    /* 隐藏滚动条 */
    overflow-x: hidden; 
    /* background-color: tomato;  */
}
.node-list::-webkit-scrollbar {
    display: none;
}

 

css 隐藏滚动条

标签:component   mat   div   tomato   bar   com   llb   class   none   

原文地址:https://www.cnblogs.com/aisowe/p/11441937.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!