From b631f6fbc66d166f7f4db8280130a2b49d9865a8 Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Wed, 1 Oct 2025 18:10:45 +0100 Subject: [PATCH] Improve plan scroll (#908) * Done! I've removed the scrolling classes from the plan container. Plans will now use the parent chat history scroll instead of having their own nested scroll behavior. The fix removes `max-h-[65vh] overflow-y-auto overscroll-contain` while preserving the padding and background styling. * Cleanup script changes for task attempt 6c65f630-c1bb-4069-b3d8-7d937fc35bf7 --- .../NormalizedConversation/DisplayConversationEntry.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/src/components/NormalizedConversation/DisplayConversationEntry.tsx b/frontend/src/components/NormalizedConversation/DisplayConversationEntry.tsx index d67a167b..7ca0a770 100644 --- a/frontend/src/components/NormalizedConversation/DisplayConversationEntry.tsx +++ b/frontend/src/components/NormalizedConversation/DisplayConversationEntry.tsx @@ -401,12 +401,7 @@ const PlanPresentationCard: React.FC<{ {expanded && ( -
+