From 59d4e8a8e219edf16faa12dcbed54ddccefeb474 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Sun, 2 Feb 2025 20:10:36 +0800
Subject: [PATCH] Let's make it start

---
 src/components/timeline.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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',
 };