Popover

Overflow

A Popover 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.

Light years star stuff harvesting star light citizens of distant epochs encyclopaedia galactica.
<OverflowContainer>
  <Popover
    content={<DemoContent />}
    placement="right"
    isOpen>
    <Button>Open Popover</Button>
  </Popover>
</OverflowContainer>