diff --git a/client/src/components/Chat/Input/ChatForm.tsx b/client/src/components/Chat/Input/ChatForm.tsx index ff2b47f4e7..bec33d7a6d 100644 --- a/client/src/components/Chat/Input/ChatForm.tsx +++ b/client/src/components/Chat/Input/ChatForm.tsx @@ -43,7 +43,7 @@ export default function ChatForm({ index = 0 }) { >
-
+
diff --git a/client/src/components/ui/Dialog.tsx b/client/src/components/ui/Dialog.tsx index dae7a37c86..e9835cc9af 100644 --- a/client/src/components/ui/Dialog.tsx +++ b/client/src/components/ui/Dialog.tsx @@ -52,7 +52,7 @@ const DialogContent = React.forwardRef< 'fixed z-[999] grid w-full gap-4 rounded-b-lg bg-white pb-6 animate-in data-[state=open]:fade-in-90 data-[state=open]:slide-in-from-bottom-10 sm:rounded-lg', 'dark:bg-slate-900', isSmallScreen - ? 'fixed left-1/2 top-24 z-[999] m-auto grid w-11/12 -translate-x-1/2 gap-4 rounded-xl bg-white pb-6' + ? 'fixed left-1/2 top-1/2 z-[999] m-auto grid w-11/12 -translate-x-1/2 -translate-y-1/2 gap-4 rounded-xl bg-white pb-6' : '', className ?? '', )}