diff --git a/frontend/src/app/workspace/chats/[thread_id]/page.tsx b/frontend/src/app/workspace/chats/[thread_id]/page.tsx
index 6e1d3b81..7ee880d1 100644
--- a/frontend/src/app/workspace/chats/[thread_id]/page.tsx
+++ b/frontend/src/app/workspace/chats/[thread_id]/page.tsx
@@ -333,8 +333,7 @@ export default function ChatPage() {
)}
>
- {!showWelcomeStyle &&
-
- }
diff --git a/frontend/src/components/ai-elements/conversation.tsx b/frontend/src/components/ai-elements/conversation.tsx
index 4842cc3f..d291c7e1 100644
--- a/frontend/src/components/ai-elements/conversation.tsx
+++ b/frontend/src/components/ai-elements/conversation.tsx
@@ -84,7 +84,7 @@ export const ConversationScrollButton = ({
!isAtBottom && (
);
})}
- {thread.isLoading && }
+ {thread.isLoading && messages.length > 0 && }
+ {/* showScrollToBottomButton */}
+ { showScrollToBottomButton && (
+
+ )}
);
}