1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-16 21:15:28 -04:00
Files
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

20 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);
}
}