修改浏览器中的滚动条样式
作者:互联网
::-webkit-scrollbar{
background-color: transparent !important;
width: 4px;
}
::-webkit-scrollbar-track{
background: transparent !important;
border-radius: 2px;
}
::-webkit-scrollbar-thumb{
background: #bfbfbf;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
background: #333;
}
::-webkit-scrollbar-corner {
background: #EFEFEF;
}
标签:浏览器,thumb,样式,滚动条,scrollbar,radius,background,webkit,border 来源: https://www.cnblogs.com/zhongfang/p/14865521.html