Update ChatContent.tsx

This commit is contained in:
Nate Kelley 2025-04-17 11:41:57 -06:00
parent 98428de1b8
commit c5190154e3
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ const ChatInputWrapper: React.FC<{
children?: React.ReactNode;
}> = React.memo(({ children }) => {
return (
<div className="bg-page-background absolute bottom-0 w-full">
<div className="bg-page-background absolute bottom-0 w-full overflow-hidden">
<div className="from-page-background pointer-events-none absolute -top-16 h-16 w-full bg-gradient-to-t to-transparent" />
<div className={autoClass}>
<ChatInput />