We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b58f8 commit 2046203Copy full SHA for 2046203
src/pydata_sphinx_theme/assets/scripts/pydata-sphinx-theme.js
@@ -991,7 +991,7 @@ async function addTOCScrollSpy() {
991
// Intersection observer options
992
const options = {
993
root: null,
994
- rootMargin: `0px 0px -70% 0px`, // Use -70% for the bottom margin to so that intersection events happen in only the top third of the viewport
+ rootMargin: `0px 0px -70% 0px`, // Use -70% for the bottom margin so that intersection events happen in only the top third of the viewport
995
threshold: 1, // Trigger once the heading becomes fully visible within the area described by the root margin
996
};
997
0 commit comments