滚动条颜色修正

This commit is contained in:
结发受长生 2019-05-23 12:57:18 +08:00
parent 5fe19de5cf
commit e439dd1948

View File

@ -7,6 +7,7 @@
::-webkit-scrollbar-button { ::-webkit-scrollbar-button {
width: 0; width: 0;
height: 0; height: 0;
background-color: $colorBg;
} }
::-webkit-scrollbar-button:start:increment,::-webkit-scrollbar-button:end:decrement { ::-webkit-scrollbar-button:start:increment,::-webkit-scrollbar-button:end:decrement {
@ -19,7 +20,7 @@
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
border-radius: 8px; border-radius: 8px;
background-color: rgba(0,0,0,.2); background-color: rgba(0,0,0,.3);
} }
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {