Sonarr/frontend/src/Components/Scroller/OverlayScroller.css
Qstick 2291f3e00e New: Native Theme Engine
Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com>
2022-08-07 15:24:38 -07:00

19 lines
316 B
CSS

.scroller {
/* Placeholder */
}
.track {
/* Placeholder */
}
.thumb {
min-height: 100px;
border: 1px solid transparent;
border-radius: 5px;
background-color: var(--scrollbarBackgroundColor);
background-clip: padding-box;
&:hover {
background-color: var(--scrollbarHoverBackgroundColor);
}
}