Conversation
ketan0
added this pull request to stack #568
September 25, 2026 07:19
ketan0
force-pushed
the
codex/document-embed-scroll
branch
2 times, most recently
from
September 25, 2026 08:31
dcd3c03 to
91f392d
Compare
ketan0
force-pushed
the
codex/document-embed-scroll
branch
from
September 25, 2026 08:40
91f392d to
07e3038
Compare
ketan0
force-pushed
the
codex/document-embed-scroll
branch
from
September 25, 2026 09:40
07e3038 to
61f0672
Compare
ketan0
force-pushed
the
codex/document-embed-scroll
branch
2 times, most recently
from
September 25, 2026 10:08
5423b84 to
41e15ac
Compare
ketan0
force-pushed
the
codex/document-embed-scroll
branch
from
September 25, 2026 11:09
41e15ac to
393edc6
Compare
ketan0
force-pushed
the
codex/document-embed-scroll
branch
from
September 25, 2026 12:04
393edc6 to
35561f8
Compare
ketan0
force-pushed
the
codex/document-embed-scroll
branch
from
September 25, 2026 12:32
35561f8 to
6e6772b
Compare
ketan0
force-pushed
the
codex/document-embed-scroll
branch
2 times, most recently
from
September 25, 2026 21:09
16f5b4d to
8bc845e
Compare
ketan0
had a problem deploying
to
windows-signing
September 25, 2026 21:09 — with
GitHub Actions
Error
ketan0
had a problem deploying
to
windows-signing
September 25, 2026 21:09 — with
GitHub Actions
Error
ketan0
force-pushed
the
codex/document-embed-scroll
branch
from
September 25, 2026 21:11
8bc845e to
dde9bb9
Compare
Agent-Session: 01a0d12e-51ca-7230-9991-0ce7a73018b2
ketan0
force-pushed
the
codex/document-embed-scroll
branch
from
September 25, 2026 22:07
dde9bb9 to
7cc86f7
Compare
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scrolling a review document with the wheel or trackpad now keeps scrolling the document when the pointer passes over an embedded diagram or code peek. Before, React Flow, Monaco or the diagram's own overflow took the gesture.
Changes
packages/review/app/src/document-embed-scroll.ts: a capture-phase wheel listener on the review region.styles.css: sequence diagrams and database lenses get explicit, draggable scrollbars. They show only on an axis that overflows and stay visible on macOS.Code peek and diff scrollbars start below the file header (Code OSS fork):
verticalScrollbarTopInsetscrollable-element option (scrollableElementOptions.ts,scrollableElement.ts,scrollbarState.ts,verticalScrollbar.ts);scrollbarBelowResourceHeaderflag in the multi-diff editor factory;MULTI_DIFF_RESOURCE_HEADER_HEIGHT.Before this, the vertical scrollbar ran over the sticky
orders.ts-style header.Testing
document-embed-scroll.browser.test.tscovers:The scrollbar inset is a layout change with no automated test.
🤖 Generated with Claude Code