I have a page with two groups. I want only repeating group to become scrollable instead of whole page. I already have unchecked enable scrolling on overflow but there is no option to make repeating group scrollable and I cannot find a way to prevent making whole page scrollable
1 Like
Hey,
You have to use a floating group!
I did it by giving max height of 100% to repeating group instead.
I think to make only the repeating group scrollable, set its container’s Layout to Fixed and ensure its height is smaller than the number of items it displays. Then, in the repeating group’s Appearance settings, set the Scrollable option to Vertical Scroll or Horizontal Scroll as needed. This will keep the repeating group scrollable without affecting the whole page’s scroll behaviour.
1 Like