Files
goclaw/ui/web
viettranx 61e6ff2ab2 fix(ui): portal all custom dropdowns to document.body
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
2026-03-11 16:54:33 +07:00
..