Right now, designing for scrolling views is a pain. We need to resize the parent frame to see all content, and then shrink it down again to the correct size to see it in action.
Some possible solutions:
- add an option for the parent frame to hug contents in editor mode only
- add some kind of pop-out view to frames with out-of-view content
- allow us to substitute / link frames: one frame holds the content, another (maybe even as part of a component) displays it. They should not need to have the same size, but should probably share the same layout-settings. This would also be helpful for the general design flow