use AutoHideScrollbar in ScrollPanel
This commit is contained in:
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}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue