There is a very simple workaround: adding this row to css
position: sticky;
top: 0;
will-change: transform; /* anti-flickering */
a thoughtful use of digital
There is a very simple workaround: adding this row to css
position: sticky;
top: 0;
will-change: transform; /* anti-flickering */