studio/frontend: add space above the scroll-to-bottom arrow in chat (#5776)
This commit is contained in:
parent
ef6744253f
commit
953c8bfa45
1 changed files with 2 additions and 1 deletions
|
|
@ -175,7 +175,8 @@ export const Thread: FC<{
|
|||
<ThreadPrimitive.ViewportFooter
|
||||
className={cn(
|
||||
"aui-thread-viewport-footer pointer-events-none sticky z-20 flex w-full justify-center bg-transparent",
|
||||
hideComposer ? "bottom-3" : "bottom-[140px]",
|
||||
// 150px (was 140px) to add a small gap above the composer
|
||||
hideComposer ? "bottom-3" : "bottom-[150px]",
|
||||
)}
|
||||
>
|
||||
<ThreadScrollToBottom />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue