minor update for scrollbar - fix #666
This commit is contained in:
parent
e18ba31988
commit
6eff0b46dd
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
::-webkit-scrollbar {
|
||||
width: 7px;
|
||||
width: 8px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: var(--scrollbar-track-bg);
|
||||
border-radius: var(--scrollbar-radius);
|
||||
margin: 4px 0;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
|
|
Loading…
Add table
Reference in a new issue