From 3870cbe9ab31c57b8bf802a11f6d507ef00d41d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Mon, 27 Apr 2026 21:09:01 +0200 Subject: [PATCH] fixed navbar location observer --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 46b619f..06137de 100644 --- a/index.html +++ b/index.html @@ -91,8 +91,8 @@ } }); }, { - threshold: 0.3, - rootMargin: "0px 0px -30% 0px" + threshold: 0, + rootMargin: "0px 0px -80% 0px" }); sections.forEach(section => observer.observe(section));