diff --git a/src/components/EmojiPicker.tsx b/src/components/EmojiPicker.tsx index f6b69428..a69be125 100644 --- a/src/components/EmojiPicker.tsx +++ b/src/components/EmojiPicker.tsx @@ -201,7 +201,13 @@ export function EmojiPicker({ onSelect }: EmojiPickerProps) { const categoriesToShow = search.trim() ? filteredCategories : CATEGORIES; return ( -
+
{ + // Prevent scroll from bubbling to the page + e.stopPropagation(); + }} + > {/* Search */}