use AutoHideScrollbar in RoomSubList

This commit is contained in:
Bruno Windels
2018-11-01 17:33:21 +01:00
parent 03781e1327
commit 3e02f247c8
6 changed files with 21 additions and 14 deletions
+1 -1
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;
+1 -1
View File
@@ -20,7 +20,7 @@ limitations under the License.
align-items: center;
cursor: pointer;
height: 40px;
margin: 0 12px;
margin: 0;
padding: 2px 12px;
position: relative;
background-color: $secondary-accent-color;