forked from abner/for-legacy-web
fix: apply reasonable defaults to all scrollbar thumbs
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
min-height: 15px;
|
||||
min-width: 15px;
|
||||
|
||||
background-clip: content-box;
|
||||
background: var(--scrollbar-thumb);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user