I personally prefer working with Auto Layout because it provides great automated layout and configuration capabilities. However, I recently ran into an issue: I’m unable to adjust the stacking order of layers while using Auto Layout.
When using Auto Layout, if I set Scroll behavior → Position → Sticky (stop at top edge), I can’t move a specific frame to the top layer without breaking the ordering. The only workarounds I’ve found are switching the frame to Freeform or moving the content all the way to the top or bottom.
