Dropdown
Overflow
A Dropdown can extend beyond its bounding container (the blue area in this example) even if the container has an overflow: hidden
style. See the portal example for even greater control.
<OverflowContainer> <Dropdown data={data} isOpen> <Button>Menu</Button> </Dropdown> </OverflowContainer>