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

Commit 4712ae4

Browse files
authored
Fix favourites and people metaspaces not rendering their content (#7315)
1 parent 6c04c19 commit 4712ae4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/rooms/_RoomSublist.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ limitations under the License.
203203
&.mx_RoomSublist_resizeBox_forceExpanded .mx_RoomSublist_tiles {
204204
// in this state the div can collapse its height entirely in Chromium, so prevent that by allowing overflow
205205
overflow: visible;
206+
// clear the min-height to make it not collapse entirely in a state with no active resizer
207+
min-height: unset;
206208
}
207209

208210
.mx_RoomSublist_resizerHandles_showNButton {

0 commit comments

Comments
 (0)