Skip to content

Commit 964e559

Browse files
committed
Fix sticky doc header
1 parent 23937df commit 964e559

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/default/multidoc.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,9 @@ html {
248248
#documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom {
249249
top: -100vh;
250250
}
251-
}
251+
252+
#documenter .docs-main header.docs-navbar {
253+
top: var(--navbar-height);
254+
}
255+
}
256+

0 commit comments

Comments
 (0)