From 7434e181576e35d2940828c53f1b0f0d7420896c Mon Sep 17 00:00:00 2001 From: Vivek R <123vivekr@gmail.com> Date: Sun, 22 Jun 2025 17:50:48 +0530 Subject: [PATCH] fix: remove fixed height causing initial scroll position issue --- src/components/AgentExecution.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AgentExecution.tsx b/src/components/AgentExecution.tsx index fb7b802..1655486 100644 --- a/src/components/AgentExecution.tsx +++ b/src/components/AgentExecution.tsx @@ -580,7 +580,7 @@ export const AgentExecution: React.FC = ({
{ // Mark that user has scrolled manually if (!hasUserScrolled) {