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

Commit 4eba451

Browse files
authored
Actually fix the space panel not working (#8111)
1 parent 709e6e7 commit 4eba451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/structures/_LeftPanel.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ $roomListCollapsedWidth: 68px;
3737
display: flex;
3838
flex-direction: row;
3939
flex: 1;
40+
height: 100%; // ensure space panel is still scrollable with an outer wrapper
4041

4142
.mx_LeftPanel_wrapper--user {
4243
background-color: $roomlist-bg-color;

0 commit comments

Comments
 (0)