improve scroll-bar styling

and fix hidden gist scrollbar
This commit is contained in:
Aditya Telange 2021-01-25 21:04:29 +05:30
parent cd03c69e40
commit 9c50449ce8
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
3 changed files with 18 additions and 3 deletions

View file

@ -123,9 +123,14 @@ img {
::-webkit-scrollbar-thumb {
background: var(--tertiary);
border: 5px solid var(--theme);
border-radius: var(--radius)
}
.list:not(.dark)::-webkit-scrollbar-thumb {
border: 5px solid var(--code-bg)
}
::-webkit-scrollbar-thumb:hover {
background: var(--secondary)
}