Tooltip

Overflow

A Tooltip 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>
  <Tooltip
    content="Light years star stuff"
    placement="top"
    isOpen>
    <Button>Button</Button>
  </Tooltip>
</OverflowContainer>