Clicking on a link jumps to the top of the page before naivgating

I am using Turbo in a Rails 7 app and when I click on a link, it jumps to the top of the page before navigating to the new page…has anyone come across that before?

We have the <meta name="turbo-visit-control" content="reload"> tag on some pages as we have some 3rd party JS that breaks without it. I thought it might be because of this but it doesn’t appear to make any difference if I remove that.

Interestingly if I add data-turbo="false" to the links, it solves the issue. However I want to use Turbo…

Chris