use AutoHideScrollbar in ScrollPanel

This commit is contained in:
Bruno Windels
2019-03-15 10:16:21 +01:00
parent 5409db418c
commit 30d848b86e
3 changed files with 23 additions and 20 deletions
+2
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 {