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

View file

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