use AutoHideScrollbar in ScrollPanel

This commit is contained in:
Bruno Windels
2019-03-15 10:16:21 +01:00
parent 5409db418c
commit 30d848b86e
3 changed files with 23 additions and 20 deletions
@@ -121,6 +121,7 @@ export default class AutoHideScrollbar extends React.Component {
render() {
return (<div
ref={this._collectContainerRef}
style={this.props.style}
className={["mx_AutoHideScrollbar", this.props.className].join(" ")}
onScroll={this.props.onScroll}
>