use AutoHideScrollbar in ScrollPanel

This commit is contained in:
Bruno Windels 2019-03-12 16:30:06 +01:00
parent 5409db418c
commit 30d848b86e
3 changed files with 23 additions and 20 deletions

View file

@ -84,6 +84,7 @@ limitations under the License.
display: flex;
flex-direction: column;
flex: 1;
min-width: 0;
}
.mx_RoomView_body .mx_RoomView_timeline {
@ -111,6 +112,7 @@ limitations under the License.
.mx_RoomView_messagePanel {
width: 100%;
overflow-y: auto;
flex: 1 1 0;
}
.mx_RoomView_messagePanelSearchSpinner {