We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2137c9 + 0416d41 commit 6b4f9bbCopy full SHA for 6b4f9bb
src/main/content/antora_ui/src/js/10-navscroll.js
@@ -96,6 +96,7 @@ var navScroll = (function() {
96
97
// adjust docs toolbar and nav position
98
$(".toolbar").css("top", nav_height + "px");
99
+ $(".doc").css("margin-top", nav_height + "px")
100
if (window.outerWidth < 1024) {
101
$(".nav-container").css(
102
"top",
@@ -136,6 +137,7 @@ var navScroll = (function() {
136
137
138
139
$(".toolbar").css("top", "0px");
140
+ $(".doc").css("margin-top", "0px");
141
142
$(".nav-container").css("top", $(".toolbar").outerHeight() + "px");
143
$(".nav").css("top", "");
0 commit comments