use AutoHideScrollbar in ScrollPanel

This commit is contained in:
Bruno Windels 2019-03-12 16:30:06 +01:00
parent 5409db418c
commit 30d848b86e
3 changed files with 23 additions and 20 deletions

View file

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