customize nav scrollbar

This commit is contained in:
Dennis Eichhorn 2020-08-28 19:53:55 +02:00
parent 69dc4f51c5
commit abbabef3ba
2 changed files with 142 additions and 203 deletions

View File

@ -7,6 +7,20 @@ body > nav {
background: var(--nav-category-background);
color: rgba(255, 255, 255, 0.8);
flex-shrink: 0;
scrollbar-color: var(--button-colored-background) var(--nav-category-background);
scrollbar-width: thin;
&::-webkit-scrollbar {
width: 7px;
}
&::-webkit-scrollbar-thumb {
background: var(--button-colored-background);
}
&::-webkit-scrollbar-track {
background: var(--nav-category-background);
}
}
#nav-side {

File diff suppressed because it is too large Load Diff