Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 974dc35

Browse files
authored
Allow editing with RTE to overflow for autocomplete visibility (#10499)
1 parent bc60a9b commit 974dc35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/views/rooms/_EventTile.pcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ $left-gutter: 64px;
6767
}
6868

6969
.mx_EventTile_content {
70-
&.mx_EditMessageComposer {
70+
&.mx_EditMessageComposer,
71+
&.mx_EditWysiwygComposer {
7172
/* Make sure the formatting bar is visible */
7273
overflow: visible;
7374
}

0 commit comments

Comments
 (0)