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 57e3193 commit fc16877Copy full SHA for fc16877
custom-implementation/src/main.css
@@ -22,12 +22,6 @@
22
position: absolute !important;
23
top: 80px !important; /* Start BELOW the header */
24
left: 0 !important;
25
- height: 100% !important; /* Full height minus header space + small footer buffer */
+ height: 80% !important; /* Full height minus header space + small footer buffer */
26
overflow-y: auto !important;
27
-}
28
-
29
-/* Make sure fern-body is positioned to contain the sidebar */
30
-.fern-body {
31
- position: relative !important;
32
- margin-top: 80px !important; /* Push content below header */
33
}
0 commit comments