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

pull/28788/head^2
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
1 changed files with 2 additions and 1 deletions

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;
}