Repeating Group is not scrollable if it is longer than the screen height

Hello,

It seems that a repeating group is not scrollable when the height of the screen is less than the repeating group. Here is the screen captured to explain what I mean.
https://drive.google.com/file/d/13-E3OrZJPdTVnOLYpiC0tM1USjQ1C6M5/view?usp=sharing

Is there a way to scroll the repeating group that is set longer than the viewport? I tried to auto adjust the height of the RG by using the CSS tools, but I couldn’t. It did work for a Group or other elements like image.

Thanks in advance.

Hi @rio, see this: How to make scrollable group when group height is longer than page height?

1 Like

Thank you for the quick response, Gaby.

Yes, I am aware of the link you mentioned above. In my case I needed to have the UI something like this.
http://angular-material.fusetheme.com/apps/mail/inbox/15459251a6d6b397565

But my UI made with Bubble is this.
Edit: https://bubble.io/page?type=page&name=edit&id=titl-forum0716&tab=tabs-1
Preview: https://titl-forum0716.bubbleapps.io/version-test/edit

As you can see, the two repeating groups that I set are scrollable, but the page itself scrolls too. I don’t want the page scrolled because the RGs are hidden above the page. This is the reason I wanted detect screen height with CSS tools so that I thought I could adjust the height of the RG. But I failed to do so.

This topic was automatically closed after 70 days. New replies are no longer allowed.