From 1b437f989b8749ed26510d68050ac380dd74a900 Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 25 Jul 2019 12:05:34 -0400 Subject: switch logo to CarterSubset --- src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/router.ts') diff --git a/src/router.ts b/src/router.ts index c1902db..c58c258 100644 --- a/src/router.ts +++ b/src/router.ts @@ -63,7 +63,7 @@ router.afterEach((to, from) => { // scroll to the title if we're below it if (mainTitle) { mainTitle.scrollIntoView({ - block: "nearest", + block: "nearest", // FIXME: weird behaviour in firefox! inline: "nearest", behavior: "smooth", }); -- cgit v1.2.3-60-g2f50