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 7239bf9 commit 2241607Copy full SHA for 2241607
custom-implementation/src/main.css
@@ -17,8 +17,16 @@
17
display: block; /* Show the wrapper on screens larger than 1024px */
18
}
19
20
-
21
-body {
22
- margin-top: 800px;
23
- margin-bottom: 800px;
+.fern-sidebar-fixed {
+ position: absolute !important; /* Change from fixed to absolute */
+ top: 0 !important; /* Start at top of fern-body */
+ left: 0 !important;
24
+ height: 100% !important; /* Full height of fern-body */
25
+ overflow-y: auto !important;
26
27
+
28
+/* Make sure fern-body is positioned to contain the sidebar */
29
+.fern-body {
30
+ position: relative !important; /* Creates positioning context */
31
+ padding-top: 80px !important; /* Push content below header */
32
+}
0 commit comments