We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8cef4 commit 5b11920Copy full SHA for 5b11920
templates/style/_navbar.scss
@@ -6,6 +6,15 @@
6
color: var(--color-standard);
7
}
8
9
+/* Body must have no padding so the topbar sticks to the top of the viewport
10
+ and extends to both sides of the screen.
11
+ Some versions of rustdoc had this style, which we need to override:
12
+ body { padding: 10px 15px 20px 15px; }
13
+*/
14
+body {
15
+ padding: 0;
16
+}
17
+
18
div.nav-container {
19
// Nothing is supposed to be over or hovering the top navbar. Maybe add a few others '('? :)
20
z-index: 999;
0 commit comments