Fix favourites and people metaspaces not rendering their content (#7315)

pull/21833/head
Michael Telatynski 2021-12-09 09:43:45 +00:00 committed by GitHub
parent 6c04c19a7a
commit 4712ae49b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 {