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 65d0c76 commit 49392f9Copy full SHA for 49392f9
custom-implementation/src/main.css
@@ -17,7 +17,13 @@
17
display: block; /* Show the wrapper on screens larger than 1024px */
18
}
19
20
-body {
21
- margin-top: 60px; /* Adjust this value to match your header height */
22
- margin-bottom: 60px
+
+.fern-sidebar-container {
+ top: 60px; /* Adjust to your header height */
23
+ height: calc(100vh - 60px); /* Subtract header height from full viewport */
24
+}
25
26
+/* Also push the main content down */
27
+.fern-main {
28
+ margin-top: 60px; /* Adjust to your header height */
29
0 commit comments