Fix right panel soft crashes due to missing room prop (#7923) (#7927)

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
David Baker
2022-03-01 11:49:23 +00:00
committed by GitHub
parent bf2bb26cda
commit e502fafad2
6 changed files with 29 additions and 39 deletions

View File

@@ -18,6 +18,7 @@ limitations under the License.
display: flex;
flex-direction: column;
overflow: hidden;
flex-grow: 1;
}
.mx_GroupView_error {