1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Actually fix the space panel not working (#8111)

This commit is contained in:
Travis Ralston
2022-03-22 00:44:03 -06:00
committed by GitHub
parent 709e6e78d2
commit 4eba451176

View File

@ -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;