1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Merge pull request #3594 from matrix-org/bwindels/fixfilenotifpanel

Fix: file and notifications panel back-paginating forever.
This commit is contained in:
David Baker
2019-11-06 10:52:15 +00:00
committed by GitHub
4 changed files with 6 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ limitations under the License.
order: 2;
flex: 1 1 0;
overflow-y: auto;
display: flex;
}
.mx_FilePanel .mx_RoomView_messageListWrapper {

View File

@@ -18,6 +18,7 @@ limitations under the License.
order: 2;
flex: 1 1 0;
overflow-y: auto;
display: flex;
}
.mx_NotificationPanel .mx_RoomView_messageListWrapper {