I am currently working on displaying data in columns using ngFor. However, I've run into an issue where the styles I apply to the column div are only visible on the top part of the column. As I scroll down to the bottom, the styles disappear. I believe this issue may be related to a height limit and the need for sticky headers. To better illustrate the problem, I have created a StackBlitz demo. Check out the demo here