1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

Add class to allow for overriding scrollbar width

This commit is contained in:
Mark McDowall 2020-04-18 20:19:12 -07:00 committed by Qstick
parent eb98a7e8be
commit 771f7e9261
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,10 @@
/* Placeholder */
}
.track {
/* Placeholder */
}
.thumb {
min-height: 100px;
border: 1px solid transparent;

View File

@ -64,6 +64,7 @@ class OverlayScroller extends Component {
return (
<div
className={styles.track}
style={finalStyle}
{...props}
/>
@ -82,6 +83,7 @@ class OverlayScroller extends Component {
return (
<div
className={styles.track}
style={finalStyle}
{...props}
/>