docs-site: fix intersection observer
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
observer?.disconnect();
|
observer?.disconnect();
|
||||||
observer = new IntersectionObserver(onIntersectionChange, {
|
observer = new IntersectionObserver(onIntersectionChange, {
|
||||||
threshold: 1,
|
threshold: 1,
|
||||||
rootMargin: `${-tocEl.offsetHeight}px 0 0`,
|
rootMargin: `${-tocEl.offsetHeight}px 0px 0px`,
|
||||||
});
|
});
|
||||||
const els = contentEl.querySelectorAll("h1,h2,h3,h4,h5,h6");
|
const els = contentEl.querySelectorAll("h1,h2,h3,h4,h5,h6");
|
||||||
for (const el of els) {
|
for (const el of els) {
|
||||||
|
|||||||
Reference in New Issue
Block a user