fixed navbar location

This commit is contained in:
2026-04-28 00:50:24 +02:00
parent 6c5cf0cc68
commit d8ed423df2
+1 -1
View File
@@ -44,7 +44,7 @@ function setupObserver() {
}); });
}, { }, {
threshold: 0, threshold: 0,
rootMargin: "0px 0px -80% 0px" rootMargin: "-10% 0px -80% 0px"
}); });
sections.forEach(section => observer.observe(section)); sections.forEach(section => observer.observe(section));