mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-07-30 16:22:47 +00:00
Custom dropdowns using absolute positioning were clipped by parent overflow containers (dialogs, scrollable sections). Fixed by rendering via createPortal with fixed positioning: - Combobox: default to body portal when no portalContainer prop - ToolNameSelect: add createPortal + fixed positioning - AgentSelector: replace overlay+absolute with portal - ContactInsertSearch: add createPortal + fixed positioning - ContactSearchBox (instances tab): add createPortal + fixed positioning