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
commit d14c0c342d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {