Why I can’t modify the position of a free box
in a component
? I would like to set it to 50% and add a Transform
with -50%. So that this component will be placed everytime centered
We consider positioning to be a property you set on a component instance, instead of on the component root itself
@chungwu I think then it would be consistent, that this is also possible for transform. Because transform is not available by default on a component instance
you’re right!
(this should be live soon!)
It feels like positioning free boxes is really hard and they seem jumpy