Skip to content

Commit 5f5d88f

Browse files
authored
Merge pull request #46 from gaurav-arya/patch-1
Fix sticky doc header
2 parents a0b8b72 + 964e559 commit 5f5d88f

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)