I am using a repeating group to display a list as shown in the image.
Now, up to 8 lines are displayed without scrolling.
When there are 9 or more lines, a vertical scroll is displayed,
When the scroll appears, the scroll
The columns will be displayed horizontally shifted by the width of .
I recommend using a plugin that allows you to customize the scrollbar or setting the max height for the group containing the repeating group so that a scrollbar appears for the entire group.
If the scrollbar is visible for the entire group, the categories at the top may not be visible when scrolling down, but you can use sticky code to make them fixed at the top.
Are you sure you need to keep this scroll appearing starting from the 9th line ? I guess you need to make your whole table responsive with the header sizes = exactly the size of its orresponding column.