Skip to content

Commit

Permalink
Merge pull request #3696 from OpenLiberty/intoc_3463
Browse files Browse the repository at this point in the history
Fixed appearance of toc in interactive guides
  • Loading branch information
natalie-bernhard authored Apr 11, 2024
2 parents f9b2ba6 + 420373b commit c859f61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/content/_assets/js/guide-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -883,5 +883,8 @@ $(window).on("load", function () {
if (location.hash) {
handleFloatingTableOfContent();
}
window.scrollTo({
top:1,
});
});
});

0 comments on commit c859f61

Please sign in to comment.