Merge branch 'coleam00:main' into main

This commit is contained in:
Raiyan Hasan 2024-11-20 21:44:42 +05:30 committed by GitHub
commit 0bb4660e63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ dist-ssr
*.sln *.sln
*.sw? *.sw?
/.history
/.cache /.cache
/build /build
.env.local .env.local

View File

@ -192,8 +192,10 @@ export const BaseChat = React.forwardRef<HTMLDivElement, BaseChatProps>(
}} }}
</ClientOnly> </ClientOnly>
<div <div
className={classNames('relative w-full max-w-chat mx-auto z-prompt', { className={classNames(
'sticky bottom-0': chatStarted, 'bg-bolt-elements-background-depth-2 border-y border-bolt-elements-borderColor relative w-full max-w-chat mx-auto z-prompt',
{
'sticky bottom-0': chatStarted
})} })}
> >
<ModelSelector <ModelSelector