React-tooltip: Postioning fails when the target is positioned with absolute

Created on 21 Jun 2019  路  5Comments  路  Source: wwayne/react-tooltip

I want a simple '?' tot he top right of all of my fields like many apps. But when I tried this the tool tips always shows in the top left.

How can I either position it according to the target or at least control when it shows?

Most helpful comment

I switched to https://github.com/atomiks/tippyjs-react, it works well with absolute elements.

All 5 comments

same problem for me

same here

same here

I switched to https://github.com/atomiks/tippyjs-react, it works well with absolute elements.

@Aarbel , thanks for the *tip :)
this lib straight out of the box allows me to do bottom start, which is the feature I need.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lovetann picture lovetann  路  3Comments

donilan picture donilan  路  4Comments

rothwelljeff picture rothwelljeff  路  3Comments

alex6633 picture alex6633  路  3Comments

bonbonio picture bonbonio  路  4Comments