From 149cbe10195ed85d420f7a3bb271c56b51fb7f81 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Thu, 31 Oct 2024 20:40:38 -0700 Subject: [PATCH] Use bottom anchor for the commandbar popover --- .../web/app/components/chatInputArea/chatInputArea.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index 59152684..218bd908 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -398,7 +398,7 @@ export const ChatInputArea = forwardRef((pr e.preventDefault()} className={`${props.isMobileWidth ? "w-[100vw]" : "w-full"} rounded-md`} - side="top" + side="bottom" align="center" /* Offset below text area on home page (i.e where conversationId is unset) */ sideOffset={props.conversationId ? 0 : 80}