diff --git a/pages/app/_slug/benchmarks.vue b/pages/app/_slug/benchmarks.vue index 1f16965..0df575c 100644 --- a/pages/app/_slug/benchmarks.vue +++ b/pages/app/_slug/benchmarks.vue @@ -110,6 +110,8 @@ export default { // Load in the index to load out video this.activeVideoIndex = newVideoIndex + + window.scroll({ top: 0, behavior: 'smooth' }) } }, head() {