Allow editing with RTE to overflow for autocomplete visibility (#10499)

This commit is contained in:
alunturner 2023-04-04 11:43:02 +01:00 committed by GitHub
parent bc60a9b594
commit 974dc35c41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,8 @@ $left-gutter: 64px;
}
.mx_EventTile_content {
&.mx_EditMessageComposer {
&.mx_EditMessageComposer,
&.mx_EditWysiwygComposer {
/* Make sure the formatting bar is visible */
overflow: visible;
}