Add class to allow for overriding scrollbar width

pull/4415/head
Mark McDowall 4 years ago committed by Qstick
parent eb98a7e8be
commit 771f7e9261

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

@ -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}
/>

Loading…
Cancel
Save