From a1084655a7cf1043643d9f3b1758dc6448c0b2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Fri, 3 Apr 2026 02:33:10 +0200 Subject: [PATCH] fixed navbar bug --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ce893b5..dbab7fa 100644 --- a/index.html +++ b/index.html @@ -276,7 +276,7 @@ ); } }); - }, { rootMargin: "0px 0px -55% 0px", threshold: 0 }); + }, { rootMargin: "0px 0px -30% 0px", threshold: 0.3 }); document.querySelectorAll("[data-nav]").forEach(s => observer.observe(s)); }