Fixed Bug of Chat reply goes off screen

This commit is contained in:
Abhishek Mishra 2024-01-05 21:51:29 +05:30 committed by Faisal Amir
parent a2bec36296
commit 989043b5bc

View File

@ -114,7 +114,7 @@ const ChatScreen = () => {
</div>
<div
className={twMerge(
'relative flex h-full flex-col bg-background',
'relative flex h-full flex-col overflow-auto bg-background',
activeThread && activeThreadId && showing
? 'w-[calc(100%-560px)]'
: 'w-full'