This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Tooltip append-to-body? #2445
Closed
Description
Instead of append-to-body why not have it be append-to-parent that way we can choose a specific parent we want to append the tooltips to?
I'm having an issue where I need the tooltip to live within a specific container so I can give it a unique style that differs from the rest of the website. The problem is the tooltip mucks with the positioning of other elements being in the current container.
...or having a tooltip-class would be even better! I see the benefits in having both. I don't see the benefits of restricting the options to simply the body and current container. Would this not be an easy implementation?