Context:
I’m trying to create a simple tooltip for an element, an icon for example, inside an Auto Layout.
Question:
What interaction do I need to use so that the tooltip can appear on hover near the icon, but without having any effect on the rest of the layout and surrounding items?
What happens now is the tooltip pushes the surrounding elements to make room for it self, rather than just hovering near the icon.
I tried the “Open Overlay”, but positioning settings are relative to the whole page, not the icon. So, centred, for example, means centred on the page, not centred in relation to the icon.
I’ve tried absolute positioning too, but that has other implications.
What am I missing? Is there a way to do this?
Thanks, and I hope this makes sense 🙂