ToolTip Anchor / Pivot not working

Recently, I’ve been working on a tooltip widget, but for some reason, I can’t set the pivot/anchor properly.

I want the tooltip to appear with its pivot at the bottom-left corner instead of the top-left (0,0), which is the default.

I’ve tried several workarounds, but none of them seem to work. The only time the tooltip actually appears above the target (which is what I want) is when there’s not enough space below, so it automatically adjusts. But I want it to always render upwards from the target, not only when there’s no space.

Is there a way to manually set the pivot or anchor so the widget appears where I want it?

This is what i want it to looks like, only appears like this because there is no space to render downwards

This is what i dont want

Have you tried adjusting from these settings ?

image

Ye, if i change the transorm position it wont be in the place if im in the bottom of the screen