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 e0846ba commit 44cd965Copy full SHA for 44cd965
src/sphinx_book_theme/assets/scripts/index.js
@@ -56,7 +56,7 @@ var toggleFullScreen = () => {
56
* the screen.
57
*/
58
var scrollToActive = () => {
59
- var navbar = document.getElementById("site-navigation");
+ var navbar = document.querySelector("#site-navigation .bd-sidebar__content");
60
var active_pages = navbar.querySelectorAll(".active");
61
var active_page = active_pages[active_pages.length - 1];
62
// Only scroll the navbar if the active link is lower than 50% of the page
0 commit comments