Lidarr/frontend/src/Components/Scroller/OverlayScroller.css

16 lines
271 B
CSS

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