Merge pull request #149 from glitch-soc/mojon-suggest

Emoji and Hashtag autocomplete
This commit is contained in:
beatrix
2017-09-20 23:02:23 -04:00
committed by GitHub
6 changed files with 135 additions and 17 deletions

View File

@@ -2096,6 +2096,8 @@
.autosuggest-textarea__suggestions {
display: none;
position: absolute;
max-height: 300px;
overflow-y: auto;
top: 100%;
width: 100%;
z-index: 99;