diff --git a/packages/app/src/pages/session.tsx b/packages/app/src/pages/session.tsx index a75a0f0c1..8d6122819 100644 --- a/packages/app/src/pages/session.tsx +++ b/packages/app/src/pages/session.tsx @@ -903,7 +903,7 @@ export default function Page() { const autoScroll = createAutoScroll({ working: () => true, - overflowAnchor: "auto", + overflowAnchor: "dynamic", }) // When the user returns to the bottom, treat the active message as "latest".