How to make a text button appear ahead the image label?

  1. What do you want to achieve?
    I want to make a text button appear ahead the image label.

  2. What is the issue?
    For some reason, the text button goes behind the image label:
    image

  3. What solutions have you thought of so far?
    I’m not sure if i’m just searching too long keywords, or just nobody has done the topic, but I have been looking in DevForums.

Thanks to anyone who tries to help!

1 Like

Try adjusting the Zindex property of the TextButton so that is it higher than the ImageLabel’s
image

3 Likes