Skip to content

Commit

Permalink
Update flotiq.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rgembalik authored May 15, 2024
1 parent 119ec06 commit 1a692e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/flotiq.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function load_navpane() {
}

setTimeout(() => {
document.querySelector('a.md-nav__link--active')?.scrollIntoView({block: "nearest", inline: "nearest", offset: {top: 100, left: 0}});
document.querySelector('a.md-nav__link--active')?.scrollIntoView({block: "nearest", inline: "nearest"});
}, 300);
}

Expand Down

0 comments on commit 1a692e0

Please sign in to comment.