我希望所有浏览器都完全相同,在Chrome中我的代码工作正常,但在其他浏览器中却没有
::-webkit-scrollbar {
background-color: rgba(55, 0, 0, .1);
border-radius: get-space(x-small) - 1;
height: 493.23828647925px;
opacity: .5;
position: absolute;
right: 1px;
top: 0;
width: 3px;
z-index: 99;
}
::-webkit-scrollbar-thumb {
background: darken(get-color(nieve), 20%);
}