I have a table contained into a div with a visible overflow so the page is scrollable instead of the table. When I scroll into the page, the header successfully sticks to the page but becomes shaky. I have seen this issue many times in the past when the sticky element’s position is updated in Javascript instead of using the “position: fixed” style like in this situation where it’s the “translate3D” that is updated.
Is there a way to fix this?