Allow editing with RTE to overflow for autocomplete visibility (#10499)
This commit is contained in:
parent
bc60a9b594
commit
974dc35c41
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ $left-gutter: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_content {
|
.mx_EventTile_content {
|
||||||
&.mx_EditMessageComposer {
|
&.mx_EditMessageComposer,
|
||||||
|
&.mx_EditWysiwygComposer {
|
||||||
/* Make sure the formatting bar is visible */
|
/* Make sure the formatting bar is visible */
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue