mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Allow editing with RTE to overflow for autocomplete visibility (#10499)
This commit is contained in:
parent
bc60a9b594
commit
974dc35c41
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user