Setting child out of parent bounds

I have custom slider class that has its own label. I would like to position the label slightly out of the bounds of the slider, but everything outside of the slider class gets cut off.

Is there any workaround for this?

I ended up just making labels in the editor and hardcoding their positions.