summaryrefslogtreecommitdiff
path: root/src/router.ts
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-07-25 12:05:34 -0400
committergumi <git@gumi.ca>2019-07-25 12:05:34 -0400
commit1b437f989b8749ed26510d68050ac380dd74a900 (patch)
treec089e584387b3f6b03f268a08fbed5970fad46f1 /src/router.ts
parent5ede28b4cc699a9678329cdf1a2df925b7efafc8 (diff)
downloadwebsite-1b437f989b8749ed26510d68050ac380dd74a900.tar.gz
website-1b437f989b8749ed26510d68050ac380dd74a900.tar.bz2
website-1b437f989b8749ed26510d68050ac380dd74a900.tar.xz
website-1b437f989b8749ed26510d68050ac380dd74a900.zip
switch logo to CarterSubset
Diffstat (limited to 'src/router.ts')
-rw-r--r--src/router.ts2
1 files changed, 1 insertions, 1 deletions
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",
});