fix: fix mobile size of picker when searching (#1822)

This commit is contained in:
Nolan Lawson 2020-07-05 12:38:05 -07:00 committed by GitHub
parent 518691b8b2
commit b8fef16a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -41,10 +41,7 @@
@media (max-height: 450px) {
:global(emoji-picker) {
height: 100%;
}
.emoji-container {
height: 100%;
height: calc(100vh - 75px); /* leave room for the dialog bar */
}
}
</style>