Fix FilePanel and NotificationPanel overscroll issues
This commit is contained in:
parent
644ff56ace
commit
29c2a0ef35
3 changed files with 4 additions and 3 deletions
|
@ -60,7 +60,7 @@ class NotificationPanel extends React.Component {
|
|||
content = <Loader />;
|
||||
}
|
||||
|
||||
return <BaseCard className="mx_NotificationPanel" onClose={this.props.onClose}>
|
||||
return <BaseCard className="mx_NotificationPanel" onClose={this.props.onClose} withoutScrollContainer>
|
||||
{ content }
|
||||
</BaseCard>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue