https://www.cnblogs.com/xiuyun/p/13574089.html
<style>
::-webkit-scrollbar-track
{
background: rgba(0,0,0,.1);
border-radius: 0;
}
::-webkit-scrollbar
{
-webkit-appearance: none;
width: 10px;
height: 10px;
}
::-webkit-scrollbar-thumb
{
cursor: pointer;
border-radius: 5px;
background: rgba(0,0,0,.25);
transition: color .2s ease;
}
</style>