diff --git a/frontend/src/views/reports/SurveyView.vue b/frontend/src/views/reports/SurveyView.vue index 7da7d7a9..93d49bec 100644 --- a/frontend/src/views/reports/SurveyView.vue +++ b/frontend/src/views/reports/SurveyView.vue @@ -179,6 +179,7 @@ export default { }, async next() { + window.scrollTo({ top: 0, behavior: 'smooth' }) if (this.isLastSection(this.currentSection)) return await this.save() this.currentSection = this.sections[this.currentSectionIndex + 1]