Fixed Bug of Chat reply goes off screen
This commit is contained in:
parent
a2bec36296
commit
989043b5bc
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user