So using the new responsive engine, I’ve been able to create my dream layout when the main content is repeating groups. Without using any floating groups or hero-sizing, I’ve not got a full responsive app that looks fantastic, and is easy to control responsive wise.
However, I want to keep this layout throughout my app, which primarily uses re-usable components. So I was hoping I could just replace the repreating group with the re-usable component as such.
However, when I add a repeatable component that is longer than the viewport then it ruins all my vertical stretching and the left two side-bars now start scrolling. I discovered a way around this would be to make my re-usable components pages and display this in an iFrame but then the URLs dont’ change, which make it impracticle for my purposes (and not particulalry efficient).
Am I missing something? Or else can we make it so can we have a “scroll” container type or something to be used in a group that scrolls the content within the group that stays locked?