custom scrollbar code
This commit is contained in:
parent
4061fdd9be
commit
70ee222886
21
base.css
21
base.css
@ -102,3 +102,24 @@ kbd {
|
||||
margin-left: 0.2em;
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
|
||||
/* scrollbar */
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
box-shadow: none;
|
||||
border-radius: 0px;
|
||||
background-color: var(--bg);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--fg-lc);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: var(--fg);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user