summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-01-21 09:28:50 -0600
committerAdam <[email protected]>2026-01-21 09:28:56 -0600
commit63da3a338a6c2da8062e75634b1263d4dd028578 (patch)
treedc76e796453571b4fb321bbba56175eb6bdaa8fd
parentf736751a8cba81938ffccfdada7e0a0cdcba7501 (diff)
downloadopencode-63da3a338a6c2da8062e75634b1263d4dd028578.tar.gz
opencode-63da3a338a6c2da8062e75634b1263d4dd028578.zip
fix(app): breaking out of auto-scroll
-rw-r--r--packages/app/src/pages/session.tsx2
1 files changed, 1 insertions, 1 deletions
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".