Simple tooltip on hover

I have created a component with an icon inside.
Now, I want to have a basic tooltip or text message on top of that icon, when I hover the image.

My question is more on what settings to chose to make that text appear on top of the icon, without moving anything on my screen ?

Use position: absolute on the container/div holding the tooltip text. :smile:

right, perfect, thanks.
works well