diff --git a/matsen-tool/src/app/app-routing.module.ts b/matsen-tool/src/app/app-routing.module.ts index 0e44151..3281c28 100644 --- a/matsen-tool/src/app/app-routing.module.ts +++ b/matsen-tool/src/app/app-routing.module.ts @@ -87,7 +87,7 @@ const routes: Routes = [ ]; @NgModule({ - imports: [RouterModule.forRoot(routes)], + imports: [RouterModule.forRoot(routes, {scrollPositionRestoration: 'enabled'})], exports: [RouterModule] }) export class AppRoutingModule { diff --git a/matsen-tool/src/app/app.component.html b/matsen-tool/src/app/app.component.html index f82217a..2656301 100644 --- a/matsen-tool/src/app/app.component.html +++ b/matsen-tool/src/app/app.component.html @@ -4,7 +4,7 @@ diff --git a/matsen-tool/src/app/app.component.scss b/matsen-tool/src/app/app.component.scss index 75feef5..7ab107b 100644 --- a/matsen-tool/src/app/app.component.scss +++ b/matsen-tool/src/app/app.component.scss @@ -1,3 +1,3 @@ img { - width: 247px; + width: 210px; }