Hi, I would like to if it's possible to have an UI element on top of another, using containers.
This is what I'd like to achieve :
This is what my project looks like, as you can see I'm mosty using vbox and hbox to sort everything
I tried playing with the position of any set element, and while it shows what I want to do, as soon as I change the panel or replay the scene, it goes back to "everything fits as a container" mode. I would like to play with my elements, a bit like in CSS if that makes sense, like setting an element as position : relative and moving it around the grid... Thanks for helping me !