diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/router/index.js b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/router/index.js index 64777b52..b8384dda 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/router/index.js +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/router/index.js @@ -85,8 +85,5 @@ export default new VueRouter({ path: '*', redirect: { name: 'login' } } - ], - scrollBehavior (to, from, savedPosition) { - return { selector: '#myep-main', offset: { x: 0, y: 160 } } - } + ] });