滚动条颜色修正
This commit is contained in:
parent
5fe19de5cf
commit
e439dd1948
@ -7,6 +7,7 @@
|
||||
::-webkit-scrollbar-button {
|
||||
width: 0;
|
||||
height: 0;
|
||||
background-color: $colorBg;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-button:start:increment,::-webkit-scrollbar-button:end:decrement {
|
||||
@ -19,7 +20,7 @@
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 8px;
|
||||
background-color: rgba(0,0,0,.2);
|
||||
background-color: rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user