initial hacky hookup of Autocomplete menu in MessageEditor

This commit is contained in:
Bruno Windels
2019-05-14 15:38:16 +01:00
parent 1330b438d6
commit 317e88bef2
2 changed files with 85 additions and 7 deletions
@@ -64,4 +64,9 @@ limitations under the License.
white-space: pre;
font-size: 12px;
}
.mx_MessageEditor_AutoCompleteWrapper {
position: relative;
height: 0;
}
}