I’m working with a Repeater List Wix component and I’d like to set the height and CSS overflow-y to scroll.
How can I do this programmatically?
Thanks!
I’m working with a Repeater List Wix component and I’d like to set the height and CSS overflow-y to scroll.
How can I do this programmatically?
Thanks!
Hello,
It’s currently not possible to add custom CSS to repeater elements. You can always add this feature request to our wishlist .
As an alternative you can look into using custom elements to create your own elements with JS and CSS.
Best regards,