优化浏览器滚动条样式
2021-06-07 本文已影响0人
废弃的种子
- 设置浏览器宽高
::-webkit-scrollbar{
width:10px;
height:10px;
}
- 设置背景颜色
::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 5px;
}
::-webkit-scrollbar{
width:10px;
height:10px;
}
::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 5px;
}