::-webkit-scrollbar{
width: 8px;
height: 8px;
background-color: #fff;
}
::-webkit-scrollbar-thumb{
border-radius: 5px;
// box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: rgba(0,0,0,0.1);;
}
::-webkit-scrollbar-track{
// box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 5px;
}
网友评论