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 bc634ed commit 93540f6Copy full SHA for 93540f6
src/css/nav.css
@@ -1,3 +1,9 @@
1
+/* This file contains the CSS for the sidebar navigation.
2
+ * The vertical navigation at the top is in the header.css
3
+ * At less than 770px, the navbar disappears and is opened with
4
+ * a button in the toolbar.
5
+ */
6
+
7
.nav-container {
8
position: fixed;
9
top: var(--navbar-height);
@@ -19,9 +25,7 @@
19
25
font-size: calc(15.5 / var(--rem-base) * 1rem);
20
26
flex: none;
21
27
position: static;
22
- /* top: calc(var(--navbar-height) + var(--navbar-sub-height)); */
23
28
top: 0;
24
- /* margin-top: var(--navbar-sub-height); */
29
visibility: visible;
30
}
31
0 commit comments