How would you solve this? I have an auto-layout component with a component in the middle that should always be on top.
If I use this component (in the middle) as overlay, I can’t make it to work with change to component feature.
My wish: Would it be possible to set the display order of individual elements regardless of the stacking order. Like always at the top (like the fix position when scrolling feature). Z-index setting would be even better.