1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-01 09:58:03 +03:00

Fix FilePanel and NotificationPanel overscroll issues

This commit is contained in:
Michael Telatynski
2020-09-09 09:50:08 +01:00
parent 644ff56ace
commit 29c2a0ef35
3 changed files with 4 additions and 3 deletions

View File

@@ -230,6 +230,7 @@ class FilePanel extends React.Component {
className="mx_FilePanel"
onClose={this.props.onClose}
previousPhase={RightPanelPhases.RoomSummary}
withoutScrollContainer
>
<TimelinePanel
manageReadReceipts={false}