We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5bbb8d + a7c432b commit e6d0426Copy full SHA for e6d0426
docs/customization.md
@@ -52,7 +52,7 @@ class CustomScrollbars extends Component {
52
return (
53
<Scrollbars
54
renderTrackHorizontal={({ style, ...props }) =>
55
- <div {...props} style={{ ...style, backgroundColor: 'blue' }}>
+ <div {...props} style={{ ...style, backgroundColor: 'blue' }}/>
56
}>
57
{this.props.children}
58
</Scrollbars>
0 commit comments