Remove scroll feature from repeating groups

Short version.

  1. Give the repeating group an ID

  2. Add this to the page header or HTML element

#ID { -ms-overflow-style: none; /* Internet Explorer 10+ */ scrollbar-width: none; /* Firefox */ } #ID::-webkit-scrollbar { display: none; /* Safari and Chrome */ }