diff --git a/webapp/pages/settings.vue b/webapp/pages/settings.vue
index 1fce64d8f..b25eeb1bd 100644
--- a/webapp/pages/settings.vue
+++ b/webapp/pages/settings.vue
@@ -8,7 +8,7 @@
-
+
diff --git a/webapp/pages/settings/notifications.vue b/webapp/pages/settings/notifications.vue
index b42238da2..b02e30494 100644
--- a/webapp/pages/settings/notifications.vue
+++ b/webapp/pages/settings/notifications.vue
@@ -71,6 +71,11 @@ export default {
})),
]
},
+ mounted() {
+ document.getElementById('settings-content').scrollIntoView({
+ behavior: 'smooth',
+ })
+ },
methods: {
...mapMutations({
setCurrentUser: 'auth/SET_USER',