滚动条去掉

时间:2019-05-31 18:15:48   收藏:0   阅读:113

去掉滚动条:

#table_show_content::-webkit-scrollbar{
width: 0px;
background: gray;
}

设置滚动条粗细:

#table_show_content::-webkit-scrollbar{
width: 2px;
background: gray;
}

原文:https://www.cnblogs.com/sweeeper/p/10956532.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!