We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4bc65 commit ac036b1Copy full SHA for ac036b1
src/components/AIChatPanel.tsx
@@ -233,7 +233,7 @@ export const AIChatPanel = () => {
233
}, [chatState.messages, chatState.isLoading]);
234
235
return (
236
- <div className="twp pl-4 pr-4 -mr-1 flex flex-col border rounded-md h-[calc(100vh-150px)] h-full">
+ <div className="twp pl-4 pr-4 -mr-1 flex flex-col border rounded-md h-full">
237
<div className={theme.header}>
238
<h2 className="text-lg font-bold" style={{ color: textColor }}>AI Assistant</h2>
239
<div className="flex items-center gap-2">
@@ -592,4 +592,4 @@ export const AIChatPanel = () => {
592
</div>
593
594
);
595
-}
+}
0 commit comments