fix: toolbar overlap chat input (#3720)
This commit is contained in:
parent
aee8624338
commit
15f42fb269
@ -392,7 +392,7 @@ const ChatInput = () => {
|
||||
{activeSettingInputBox && (
|
||||
<div
|
||||
className={twMerge(
|
||||
'absolute bottom-[6px] left-[1px] flex w-[calc(100%-2px)] items-center justify-between rounded-lg bg-[hsla(var(--textarea-bg))] p-3',
|
||||
'absolute bottom-[6px] left-[1px] flex w-[calc(100%-10px)] items-center justify-between rounded-b-lg bg-[hsla(var(--center-panel-bg))] p-3 pr-0',
|
||||
!activeThread && 'bg-transparent',
|
||||
stateModel.loading && 'bg-transparent'
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user