From c8712517690e2931d71d086e57ad22fc4b04d3fa Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 24 Dec 2022 15:08:46 -0800 Subject: [PATCH] Tweak positioning of emoji picker popover --- web/components/chat/ChatTextField/ChatTextField.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/chat/ChatTextField/ChatTextField.tsx b/web/components/chat/ChatTextField/ChatTextField.tsx index 768fba7bb..8566a691a 100644 --- a/web/components/chat/ChatTextField/ChatTextField.tsx +++ b/web/components/chat/ChatTextField/ChatTextField.tsx @@ -268,6 +268,7 @@ export const ChatTextField: FC = ({ defaultText }) => { /> } trigger="click" + placement="topRight" onOpenChange={open => setShowEmojis(open)} open={showEmojis} />