diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index 0619dc5a..bf65bc30 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -33,7 +33,7 @@ import NavMenu from './nav-menu'; import Status from './status'; const scrollIntoViewOptions = { - block: 'nearest', + block: 'start', inline: 'center', behavior: 'smooth', };