Way to have repeater scroll?

Is there a way to have a repeater in a fixed-height container and you can scroll vertically in it? It looks like the repeater on its own does not have any scroll functionality. I don’t want a pager

2 Likes

Hey
Not what I know about as along as you don’t create an iframe with the content inside and then create your own html repeater in that.

yeah - I tried putting it in a “wix box”, but the box stretches to fit the content. I then considered tweaking the css for the box element via custom css in the tracking/analytics section (to set its height and set overflow-y scroll), but it’s a test site and you can’t add the css unless the site is tied to a domain name.

I was considering an iframe approach - which actually would allow better using the googlesheets api and allow full control over styling, etc.