Files
Lambda 6a5150bb01 feat(ui): add opt-in PortalContainerProvider for portaled popups
Popups (DropdownMenu, Popover, Dialog, HoverCard, Tooltip) portal to document.body by default. Add a PortalContainerProvider/usePortalContainer context (default undefined -> body, so production behavior is unchanged) and wire each Portal to it, so an embedded surface inside a CSS transform can redirect popups into its own scaled box.

Co-authored-by: multica-agent <github@multica.ai>
2026-06-05 03:17:43 +08:00
..