Fix favourites and people metaspaces not rendering their content (#7315)
This commit is contained in:
@@ -203,6 +203,8 @@ limitations under the License.
|
|||||||
&.mx_RoomSublist_resizeBox_forceExpanded .mx_RoomSublist_tiles {
|
&.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
|
// in this state the div can collapse its height entirely in Chromium, so prevent that by allowing overflow
|
||||||
overflow: visible;
|
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 {
|
.mx_RoomSublist_resizerHandles_showNButton {
|
||||||
|
|||||||
Reference in New Issue
Block a user