Disable Chrome's scroll preserving feature
I solved a similar problem by adding overflow-anchor: none;
to the scroll container.
https://wicg.github.io/ScrollAnchoring/
I solved a similar problem by adding overflow-anchor: none;
to the scroll container.
https://wicg.github.io/ScrollAnchoring/