fixed navbar bug

This commit is contained in:
2026-04-03 02:33:10 +02:00
parent 567c41b4b7
commit a1084655a7
+1 -1
View File
@@ -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));
}