Locked frames, which are absolutely positioned with constraints top/bottom & left/right, do not resize properly Hi folks,In our Design System, we utilize a Paper base component to standardize surfaces for things like Card, Menu, Popper, etc. The Paper itself contains information regarding surface color, elevation and border levels. It is nested inside the aforementioned components, absolutely positioned and constraints set to top/bottom, left/right, so it will automatically change its size according to the parent’s frame, and locked, so it does not bug the developers, when analyzing in Dev Mode, nor does the designer accidentally select and change it while trying to manipulate something else.The issueLet’s take a Popper as an example for my issue. The Popper consists of a header, content and actions.Header and Actions are base components for the Popper and therefore n