From 4712ae49b2aec6220bf2df68b1c9f1356c7e9cf8 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 9 Dec 2021 09:43:45 +0000 Subject: [PATCH] Fix favourites and people metaspaces not rendering their content (#7315) --- res/css/views/rooms/_RoomSublist.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/rooms/_RoomSublist.scss b/res/css/views/rooms/_RoomSublist.scss index bbc6a1d9fd..d5b28d07e2 100644 --- a/res/css/views/rooms/_RoomSublist.scss +++ b/res/css/views/rooms/_RoomSublist.scss @@ -203,6 +203,8 @@ limitations under the License. &.mx_RoomSublist_resizeBox_forceExpanded .mx_RoomSublist_tiles { // in this state the div can collapse its height entirely in Chromium, so prevent that by allowing overflow overflow: visible; + // clear the min-height to make it not collapse entirely in a state with no active resizer + min-height: unset; } .mx_RoomSublist_resizerHandles_showNButton {