You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(console-crane): keep bundle list within the modal frame #86exzbh61
The bundle list was capped at pilotui's max-h-96 with an internal scroll, but
the save section sits near the modal bottom, so the fixed downward panel still
ran past the visible frame — the user had to scroll the modal AND the list.
On open, measure the trigger against the nearest scroll frame and place the
absolutely-positioned panel accordingly: flip it upward when it can't fully open
downward and there's more room above, and cap its height to the available space
(minus a gap) in whichever direction it opens. Reposition on resize/scroll while
open; pilotui exposes no placement API, so this is done via inline styles on its
rendered panel. The list scrolls internally within the cap.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JsGMdHrjQfWRausa9T14kw
0 commit comments