Hello,
I have a Repeating Group which appear nicely on my page, but is comes with scrolling bars (both horizontal and vertical) which I do not need.
The reason for these bars it the fact the the texts inside the RG are rotated, thus the additions of all cells are larger than the RG (I applied the cool trick shown here: Rotate Text inside of repeating group)
I managed to remove the scroll bars themselves with css via an HTML element, but I am really looking to disable the scrolling completely instead.
Any advice ?
Thanks so much