fix: fix mobile size of picker when searching (#1822)
This commit is contained in:
parent
518691b8b2
commit
b8fef16a92
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue