For mac
When I set an element to ignore stacking layout and fixed position within a box, and then change the size of the box, the element does not remain fixed.
Hi there,
This is expected. The Ignore stack setting works similar to CSS postions:absolute;
So you can put that layer wherever you want inside the stack. That takes over to the pinnings of the direct parent container you’re resizing.
Can you share a sample file or screenshot of what you want to build? There are different options to get the effect you want. For example, see this post.
I hope that after posts:absolute, the element can be fixed in the upper right corner of the box, but this doesn’t seem to work.Anytime,No matter how the parent element changes its size.
I’m running in the same issue. The video shows it well.
The ‘pin’ options are available but they don’t actually do anything.
It’s like position:absolute, but it doesn’t support right: 10px, and bottom: 10px for example.
Also, when moving an element that is ignoring stack layout, there is no alignement helpers, would be nice if it snapped to the margin for example.
just in time , i ran into the same issue and i even wondering why there is a pinning option ?
Hello folks,
This bug has been identified and fixed. It’ll be part of a future update. See more details here