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

Commit

Permalink
Fix favourites and people metaspaces not rendering their content (#7315)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Dec 9, 2021
1 parent 6c04c19 commit 4712ae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/views/rooms/_RoomSublist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4712ae4

Please sign in to comment.