From d8ed423df276bb33fc6500725084259dc8f0df50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Tue, 28 Apr 2026 00:50:24 +0200 Subject: [PATCH] fixed navbar location --- scripts/main_page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main_page.js b/scripts/main_page.js index 2d2babf..01b31e4 100644 --- a/scripts/main_page.js +++ b/scripts/main_page.js @@ -44,7 +44,7 @@ function setupObserver() { }); }, { threshold: 0, - rootMargin: "0px 0px -80% 0px" + rootMargin: "-10% 0px -80% 0px" }); sections.forEach(section => observer.observe(section));