Merge pull request #21 from ai/scroll-fix

Show only vertical scroll
release
Etienne Lemay 2016-10-26 10:10:49 -04:00 committed by GitHub
commit f43304399d
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
}
.emoji-mart-scroll {
overflow: scroll;
overflow-y: scroll;
height: 270px;
padding: 0 6px 6px 6px;
border: solid #d9d9d9;