add scroll indicator gradients to top and bottom of room sub list
This commit is contained in:
parent
b0032b247d
commit
0f226853f5
5 changed files with 118 additions and 11 deletions
|
@ -97,6 +97,9 @@ export default class AutoHideScrollbar extends React.Component {
|
|||
this.onUnderflow();
|
||||
}
|
||||
}
|
||||
if (this.props.wrappedRef) {
|
||||
this.props.wrappedRef(ref);
|
||||
}
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue