mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-03-29 11:28:51 +00:00
customize nav scrollbar
This commit is contained in:
parent
69dc4f51c5
commit
abbabef3ba
14
nav.scss
14
nav.scss
|
|
@ -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 {
|
||||
|
|
|
|||
331
styles.css
331
styles.css
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user