Hi!
Is there way to change GUI control zIndex / rendering order. I have few cases where I want content to overflow from parent container (in stackPanel) and to be rendered top of other GUI controls. Dropdown menu, tooltips etc.
I have this playground example: https://www.babylonjs-playground.com/#V3R633#13
If I try to change zIndex of that element rectangle it will be moved to the end of stackPanel. Or is this just limitation of stackPanel implementation?