diff --git a/static/src/app/app.component.ts b/static/src/app/app.component.ts index 9df1f2f..7d4cd99 100644 --- a/static/src/app/app.component.ts +++ b/static/src/app/app.component.ts @@ -30,9 +30,6 @@ export class AppComponent { } if (event instanceof NavigationEnd) { this.loading = false; - if (router.url.includes(RouteConfig.overviewPath)) { - window.scrollTo({left: 0, top: 0, behavior: 'smooth'}); - } } }); }