diff options
| author | Adam <[email protected]> | 2026-01-21 09:28:50 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-21 09:28:56 -0600 |
| commit | 63da3a338a6c2da8062e75634b1263d4dd028578 (patch) | |
| tree | dc76e796453571b4fb321bbba56175eb6bdaa8fd | |
| parent | f736751a8cba81938ffccfdada7e0a0cdcba7501 (diff) | |
| download | opencode-63da3a338a6c2da8062e75634b1263d4dd028578.tar.gz opencode-63da3a338a6c2da8062e75634b1263d4dd028578.zip | |
fix(app): breaking out of auto-scroll
| -rw-r--r-- | packages/app/src/pages/session.tsx | 2 |
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". |
