From 705197a674f1843618da1d7b654aec28cf8c612a Mon Sep 17 00:00:00 2001 From: Kristina Date: Mon, 30 Oct 2023 19:39:21 +0400 Subject: [PATCH] UBER-1146: fix scrolling in emojis popup (#3912) Signed-off-by: Kristina Fefelova --- packages/ui/src/components/EmojiPopup.svelte | 92 +++++++++++++------- 1 file changed, 62 insertions(+), 30 deletions(-) diff --git a/packages/ui/src/components/EmojiPopup.svelte b/packages/ui/src/components/EmojiPopup.svelte index 09b85f51cd..829ca0b97b 100644 --- a/packages/ui/src/components/EmojiPopup.svelte +++ b/packages/ui/src/components/EmojiPopup.svelte @@ -1,9 +1,8 @@ @@ -130,17 +146,27 @@ {#each categories as category}
handleScrollToCategory(category.id)} > - +
{/each}
- + {#each categories as category}