Skip to content

Commit

Permalink
Allow editing with RTE to overflow for autocomplete visibility (#10499)
Browse files Browse the repository at this point in the history
  • Loading branch information
alunturner committed Apr 4, 2023
1 parent bc60a9b commit 974dc35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 974dc35

Please sign in to comment.