diff --git a/resources/cider-ui-tests/index.js b/resources/cider-ui-tests/index.js index 55120c4d..417e43c3 100644 --- a/resources/cider-ui-tests/index.js +++ b/resources/cider-ui-tests/index.js @@ -157,6 +157,9 @@ const app = new Vue({ pageHistory: [], songstest: false }, + watch: { + page: () => {document.getElementById("app-content").scrollTo(0,0);}, + }, methods: { async init() { let self = this