Actually fix the space panel not working (#8111)

pull/21833/head
Travis Ralston 2022-03-22 00:44:03 -06:00 committed by GitHub
parent 709e6e78d2
commit 4eba451176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ $roomListCollapsedWidth: 68px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex: 1; flex: 1;
height: 100%; // ensure space panel is still scrollable with an outer wrapper
.mx_LeftPanel_wrapper--user { .mx_LeftPanel_wrapper--user {
background-color: $roomlist-bg-color; background-color: $roomlist-bg-color;