Fix tooltip overflow #65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-tooltip-overflow"
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?
When a tooltip doesn't fit inside the given space, it should move a bit to not overflow.
This worked fine for just one side --- the code assumes that the user doesn't pass a starting position outside the available space. This was fixed.