fix emoji dialog overflow

This commit is contained in:
Nolan Lawson 2018-04-01 23:41:35 -07:00
parent 59fa02c73e
commit 7988222086
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
max-width: 100%;
width: 400px;
height: 300px;
overflow: scroll;
overflow: auto;
}
.custom-emoji-no-emoji {
font-size: 1.3em;