Removed accidential scrollbar changes
This commit is contained in:
parent
38408942fe
commit
6846126813
|
@ -448,14 +448,3 @@ a:link {
|
|||
a:visited {
|
||||
color: var(--link-visited-color);
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
|
||||
background: var(--primary-color);
|
||||
border-radius: 10px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: var(--primary-color-active);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue