diff --git a/apps/tanstack-chat-demo/src/components/chat/settings-popover.tsx b/apps/tanstack-chat-demo/src/components/chat/settings-popover.tsx index 339c04a..a8c0914 100644 --- a/apps/tanstack-chat-demo/src/components/chat/settings-popover.tsx +++ b/apps/tanstack-chat-demo/src/components/chat/settings-popover.tsx @@ -29,9 +29,9 @@ export function SettingsPopover({ settings, onChange, onRefresh }: Props) { -
+

Settings

@@ -40,7 +40,7 @@ export function SettingsPopover({ settings, onChange, onRefresh }: Props) {

-
+
onChange({ systemPrompt: e.target.value })} placeholder="Optional instructions for the assistant" - className="mt-1.5 resize-none rounded-[8px] border-0 bg-bg px-2.5 py-2 text-[14px] leading-[1.4] text-label shadow-none placeholder:text-label-3 focus-visible:ring-0" + className="mt-1.5 max-h-[min(40dvh,320px)] resize-y overflow-y-auto rounded-[8px] border-0 bg-bg px-2.5 py-2 text-[14px] leading-[1.4] text-label shadow-none ![field-sizing:fixed] placeholder:text-label-3 focus-visible:ring-0" style={{ letterSpacing: '-0.15px' }} />
-
+
Cached in this browser