Skip to content

Commit

Permalink
fix chat area height for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsnayak committed May 11, 2024
1 parent 971a454 commit 5585fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bot/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function Chat() {
}, [messages]);

return (
<div className='flex h-[70dvh] w-full flex-col gap-4'>
<div className='flex h-[60dvh] w-full flex-col gap-4'>
<div className='flex-1 overflow-auto'>
<ScrollArea className='h-full w-full rounded-md border' ref={scrollRef}>
<div className='p-4 text-sm'>
Expand Down

0 comments on commit 5585fb2

Please sign in to comment.