Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Actually fix the space panel not working (#8111)
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Mar 22, 2022
1 parent 709e6e7 commit 4eba451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/structures/_LeftPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $roomListCollapsedWidth: 68px;
display: flex;
flex-direction: row;
flex: 1;
height: 100%; // ensure space panel is still scrollable with an outer wrapper

.mx_LeftPanel_wrapper--user {
background-color: $roomlist-bg-color;
Expand Down

0 comments on commit 4eba451

Please sign in to comment.