Howdy,
Perhaps I’m misunderstanding how the UI is supposed to work, but currently I’m unable to render a child element with absolute positioning above it’s siblings. I assumed it was done by order in hierarchy, but this does not appear to be the case. I also don’t have access to z-index so I cant adjust the render order.
What other options do I have here?
In the image, I have the red element selected which is the last child, but it’s order-in-ui is less than the bottom black element. The red element is the one with absolute positioning that I’m trying to render infront of everything else. It renders infront of everything except for the bottom black element