Fix scrollbar height and corner
This commit is contained in:
parent
9e2bb48fb8
commit
d5568c42bf
@ -35,12 +35,17 @@
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(var(--semi-grey-2), 1);
|
||||
border-radius: 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user