Hello,
I’d really like to understand how the components order works.
I have a screen with some components and one is canvas that take the full screen, my canvas is the last one on the tree view, so I understand that all other components will render on top of the canvas, but this i not happening and only some of the components are doing that.
I cannot find on the label component any Z index so I cannot force them to be on top of the canvas.
What I am missing here?
BTW: Blue dot, red dot and button are being rendered on top of the canvas all other component not.