Skip to content

Commit

Permalink
fix: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mikitabut committed Nov 9, 2023
1 parent ea75675 commit 39f8e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/ChatInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export const ChatInput = ({

{showScrollDownButton && (
<ScrollDownButton
containerClassNames="2xl:right-[-60px] xl:right-2 2xl:bottom-0 2xl:top-auto -top-14 right-0"
className="-top-14 right-0 xl:right-2 2xl:bottom-0 2xl:right-[-60px] 2xl:top-auto"
onScrollDownClick={onScrollDownClick}
/>
)}
Expand Down

0 comments on commit 39f8e68

Please sign in to comment.