From 8e14efd45abc869a03584f254835ed8f9df819a0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 21 Mar 2022 23:57:29 -0600 Subject: [PATCH] Actually fix the space panel not working --- res/css/structures/_LeftPanel.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/structures/_LeftPanel.scss b/res/css/structures/_LeftPanel.scss index f663d5a70bb..4186beab258 100644 --- a/res/css/structures/_LeftPanel.scss +++ b/res/css/structures/_LeftPanel.scss @@ -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;