I’m encountering an issue maintaining consistent visual styles for components in a parent frame.
The parent frame contains identical, duplicated components. The components scroll within the parent frame. Those components that are initially visible in the frame display their visual design attributes correctly.
But when scrolled, the components that were located outside the initial viewport (requiring scrolling to be seen) lose some of their visual styling.
You’ll notice that the fourth component does not look like the rest. All components below the fourth look like the fourth, which they shouldn’t/
What am I missing?