So, I have the repeating group at the left that is inside a group that is inside a floating group, all three of the same size.
As you can notice, when you preview and scroll to the bottom of the repeating group, a horizontal scrollbar appears, which I do not want. Do you have any idea why could this happens?
I think that this is because your repeating group + the other side of the screen excels the screen size. I would try lowering the width of either side.
if you give Stroke to a floating group it happens. just make sure you don’t use any stroke for the floating group,( Stroke = border style = solid ) just make sure you don’t give it any border style
second, make sure your group inside floating group width is less than floating group * maybe just 2px )