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

Properly sepearate left column from timeline

This commit is contained in:
Dariusz Niemczyk
2021-08-16 14:26:21 +02:00
parent 8bd5441fae
commit 582b5c90a4
7 changed files with 42 additions and 19 deletions

View File

@@ -644,8 +644,8 @@ class LoggedInView extends React.Component<IProps, IState> {
resizeNotifier={this.props.resizeNotifier}
/>
<ResizeHandle />
{ pageElement }
</div>
{ pageElement }
</div>
<CallContainer />
<NonUrgentToastContainer />