Skip to content

Commit

Permalink
Scrollspy docs (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
iprzybysz committed Jun 29, 2023
1 parent b357568 commit cfc9bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/layouts/partials/footer/footer-scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
const target = document.getElementById(hash.substring(1));

window.scroll({
top: target.offsetTop,
top: target.offsetTop - 75,
behavior: "smooth",
});

Expand Down

0 comments on commit cfc9bbd

Please sign in to comment.