We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d0fdd commit 4abb391Copy full SHA for 4abb391
src/theme.js
@@ -136,7 +136,7 @@ function ThemeNav () {
136
// Find associated id element, then its closest section
137
// in the document and try with that one.
138
var id_elt = $('.document [id="' + anchor.substring(1) + '"]');
139
- var closest_section = id_elt.closest('div.section');
+ var closest_section = id_elt.closest("section");
140
link = vmenu.find('[href="#' + closest_section.attr("id") + '"]');
141
if (link.length === 0) {
142
// still not found in the sidebar. fall back to main section
0 commit comments