Skip to content

Commit 4ca80f2

Browse files
committed
on phones scroll to top of settings section
1 parent bc092b6 commit 4ca80f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/views/app/Settings.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ export default {
248248
},
249249
showSetting(setting) {
250250
this.show = setting;
251+
window.scrollTo(0, 0);
251252
},
252253
closeSetting() {
253254
this.show = '';

0 commit comments

Comments
 (0)