fix: apply reasonable defaults to all scrollbar thumbs

This commit is contained in:
Paul Makles
2021-12-30 15:33:13 +00:00
parent 7496f484e1
commit 6693f826fd
3 changed files with 5 additions and 3 deletions

View File

@@ -13,6 +13,10 @@
}
::-webkit-scrollbar-thumb {
min-height: 15px;
min-width: 15px;
background-clip: content-box;
background: var(--scrollbar-thumb);
}