1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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