We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa9f11 commit 582b42eCopy full SHA for 582b42e
app/components/chat/BaseChat.tsx
@@ -69,7 +69,7 @@ export const BaseChat = React.forwardRef<HTMLDivElement, BaseChatProps>(
69
data-chat-visible={showChat}
70
>
71
<ClientOnly>{() => <Menu />}</ClientOnly>
72
- <div ref={scrollRef} className="flex overflow-scroll w-full h-full">
+ <div ref={scrollRef} className="flex overflow-y-auto w-full h-full">
73
<div className={classNames(styles.Chat, 'flex flex-col flex-grow min-w-[var(--chat-min-width)] h-full')}>
74
{!chatStarted && (
75
<div id="intro" className="mt-[26vh] max-w-chat mx-auto">
0 commit comments