scroll panels should be in flex container so they don't grow w/ content

This commit is contained in:
Bruno Windels 2019-11-06 10:31:05 +01:00
parent 814917d9ed
commit eb4220a836
2 changed files with 2 additions and 0 deletions

View file

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

View file

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