From b8fef16a92a982893c887c8ec4c3ff254f77a7d2 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 5 Jul 2020 12:38:05 -0700 Subject: [PATCH] fix: fix mobile size of picker when searching (#1822) --- src/routes/_components/dialog/components/EmojiDialog.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/routes/_components/dialog/components/EmojiDialog.html b/src/routes/_components/dialog/components/EmojiDialog.html index 5c51e089..d320665e 100644 --- a/src/routes/_components/dialog/components/EmojiDialog.html +++ b/src/routes/_components/dialog/components/EmojiDialog.html @@ -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 */ } }