💄 scroll
This commit is contained in:
parent
096e8166e9
commit
fa17e26174
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
|
@ -9,9 +9,9 @@
|
|||
|
||||
::-webkit-scrollbar-thumb {
|
||||
box-sizing: content-box;
|
||||
border: 3px solid transparent;
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 0 4px 4px var(--b3-scroll-color);
|
||||
border: 4px solid transparent;
|
||||
border-radius: 5px;
|
||||
box-shadow: inset 0 0 5px 5px var(--b3-scroll-color);
|
||||
|
||||
&:hover {
|
||||
border-width: 1px;
|
||||
|
|
Loading…
Add table
Reference in a new issue