summaryrefslogtreecommitdiff
path: root/src/router.ts
diff options
context:
space:
mode:
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",
});