I can’t access your file without requesting access…
One of the way to bypass your problem is using autolayout stacking order.
I found these two discussions about it.
Hope it will help you
I’m using auto-layout for this modal, just like I do for pretty much everything else, and I’m creating a modal, with a text field, and a dropdown.
The dropdown should float above the buttons, and I’d prefer to do this with auto-layout. (I know I could use an overlay, it would be nice to control the z-index somehow though)
[CleanShot 2021-04-07 at 09.44.56@2x]
Hey everyone,
since the announcement of the new Canvas stacking feature I wondered if additional options will be added in the future.
As of now we’re limited to either “First on top” or “Last on top”.
What if you want something like “Mid on top” when stacking elements in uneven numbers like 3, 5 etc? What if you stack at least 4 elements and just want the second item on top?
This would be really useful for something like a pricing table or image carousel.
Of course that could be designed wi…