Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -832,12 +832,14 @@ try {
</ChipModalHeader>

{/*
flex-none + overflow-visible opt this body out of the chrome's
scroll container: the caret-anchored EnvVar/Tag autocomplete
dropdowns are absolute-positioned inside it and must spill past
the body's bounds rather than clip against a scroll boundary.
The body is the scroll region so tall schema/code content stays inside
the modal and the footer (Next/Save) is always reachable. The EnvVar,
Tag, and schema-param autocompletes render their menus in portaled
popovers (never clipped by this scroll boundary) and anchor to a
caret-positioned element inside the editor wrapper, so the menus track
the caret as the body scrolls.
*/}
<ChipModalBody className='flex-none gap-2 overflow-visible px-4'>
<ChipModalBody className='gap-2 px-4'>
Comment thread
waleedlatif1 marked this conversation as resolved.
Comment thread
waleedlatif1 marked this conversation as resolved.
<ChipModalTabs
tabs={[
{ value: 'schema', label: 'Schema' },
Expand Down
Loading