initial hacky hookup of Autocomplete menu in MessageEditor

This commit is contained in:
Bruno Windels 2019-05-09 15:00:48 +02:00
parent 1330b438d6
commit 317e88bef2
2 changed files with 85 additions and 7 deletions

View file

@ -64,4 +64,9 @@ limitations under the License.
white-space: pre;
font-size: 12px;
}
.mx_MessageEditor_AutoCompleteWrapper {
position: relative;
height: 0;
}
}