Tooltip Positioning

I can’t figure out how to position the display of the tooltip and to have it float over other elements. Details in loom. Can anyone help please? :slightly_smiling_face:

Thanks!

Use the translate settings to change it’s left/right position

Change the z index to a higher value so it floats over other elements

You also need to bind it’s visibility to an element. When hovered/clicked, change the hide/show value to true. There are other configurations as well but this is a basic example I’ve provided.

2 Likes

Worked thanks @jaredgibb!

2 Likes