fix
This commit is contained in:
parent
9d36efb809
commit
ee28cbe1d5
@ -1131,23 +1131,4 @@ li.commit {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
display: none;
|
||||
}
|
||||
::-webkit-scrollbar-button:start:decrement,
|
||||
::-webkit-scrollbar-button:end:increment {
|
||||
height: 30px;
|
||||
background-color: transparent;
|
||||
}
|
||||
::-webkit-scrollbar-track-piece {
|
||||
background-color: #3b3b3b;
|
||||
-webkit-border-radius: 16px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:vertical {
|
||||
height: 50px;
|
||||
background-color: #666;
|
||||
border: 1px solid #eee;
|
||||
-webkit-border-radius: 6px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user