Short version.
-
Give the repeating group an ID
-
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 */
}