Vue 3/ Vuetify 3 V-stepper next button causes scroll to top of page

I’m using vue 3 / vuetify 3.

How do I stop the next button (or increasing a step in the nav header) from causing a scroll to top action?

For some reason whenever I click the next button (or click on a higher step in the navigation panel) the page scrolls to the top of the page window (not just the stepper), which is not ideal for the UI / UX. When I click previous (or a lower step in the nav panel) this does not happen.

I’ve tried everything, including using manual v-stepper-actions to prevent the default action etc and to manually set the scroll (I want it to scroll to top of stepper window). However, the skip to top of page always happens first before the subsequent scroll I set, which is messy.