Is there an easy way to display a container with repeating rows that is contained to a specific height? I do not want the repeater rows to overlay the section below the container. It would be ideal if the container could display a scrollbar to access the excess rows
Hi @Richard_Munger For this just set block that is set as a repeater to Overflow = scroll, and add max height so that if you whenever you have more repeater items it allows to scroll them but does not take space more than the max allowed.
I am currently using container-repeater row-cell. So you are suggesting that the answer is to use a block to force proper formatting? So it will be block-container-repeater row-cell ?
Hello @Richard_Munger
Uldis Borkus is rigth
Place the Repeator container in the “block” component. Set the “max-height” and “overflow: auto” to the block.
Regards
thank you