Fix tooltip clipping #126
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@hodlbod I'd like to work on this. The tooltip is likely being clipped by an ancestor with overflow: hidden or a stacking context issue. I'll trace the Tooltip component and fix the positioning. Will open a PR shortly.