Popover

Scrolling Container

Popover will attempt to stay visible in an overflow: scroll container.

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