improve scroll-bar styling
and fix hidden gist scrollbar
This commit is contained in:
parent
cd03c69e40
commit
9c50449ce8
3 changed files with 18 additions and 3 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue