Skip to content

Commit

Permalink
fix: toolbar overlap chat input (janhq#3720)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Sep 23, 2024
1 parent aee8624 commit 15f42fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)}
Expand Down

0 comments on commit 15f42fb

Please sign in to comment.