Provide the ability in prototypes to apply sticky functions to components when auto layout is applied in a prototype. Removing auto layout can make things messy especially when iterating on components that are in the prototype and heights change.
This can already be done by making the components position absolute / ignore auto layout
But you can use sticky in auto layout. It’s the fixed one that unavailable without absolute position, not the sticky.
True, but Absolute position will move a component below it up behind the Absolute positioned element in auto layout.
Change Canvas stacking to First on top
1 Like