This was extremely helpful! I don’t know how many hours I spent on this. Thanks a lot
I had to add some extra pixels to the top and specify the value in pixels. Adding a background color also helped.
Here’s the final CSS that worked for me:
.sticky-row {
position: sticky;
top: 50px;
z-index: 9999;
background: white;
}