I want to remove the vertical scrolling on repeating group because on mobile version of our app it stops us from being able to scroll down the page easily. Instead it’ll scroll down the repeating group and then you have to click near the edge of the phone to be able to scroll down the mobile page.
Your RG is probably set to have a max height or a fixed number of rows. Make sure it hasn’t any of these and it’s set to fit height to content. This will most likely fix your issue.
This is the error that i am talking about because the repeating group is scrolling down and horizontally when you are using our website on mobile it because super hard to navigate through the site.
Ideally, we’d just want it to be fixed in place so that when the user scrolls, they scroll down the page rather than scrolling down the repeating group if their thumb is in the middle of the page. The scrolling for the entire page is only possible when your finger is right at the edge of the screen which is not ideal
You can remove the scroll using the code given by @karamwise . use the HTML element and set the width and height to 1px for each. Copy as it is.
Alternatively, check the vertical scroll not horizontal, and dot your RG a min-width of 0px and min height of 0px in the layout tab then in the appearance tab, set min height of the row to say 50px and min width of the column to 250px. your problem will be solved. Don’t set a fixed number of rows or columns. If you need further help don’t hesitate to reach out, I will help you.
Make the repeating group fixed height,
Make all other items in the rg another group, also fixed height. This will fix the whole RG in place on the page so you scroll past in rather than within it