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

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;
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 {