use AutoHideScrollbar in RoomSubList

This commit is contained in:
Bruno Windels 2018-11-01 16:34:12 +01:00
parent 03781e1327
commit 3e02f247c8
6 changed files with 21 additions and 14 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
.mx_RoomList {
/* take up remaining space below TopLeftMenu */
flex: 1;
flex: 1 1 auto;
/* use flexbox to layout sublists */
display: flex;
flex-direction: column;