We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4f9bb commit c98d244Copy full SHA for c98d244
src/main/content/antora_ui/src/js/10-navscroll.js
@@ -96,7 +96,6 @@ 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",
@@ -137,7 +136,6 @@ var navScroll = (function() {
137
136
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