Skip to content

fix: testing laptop screen for missing components #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 3, 2025
10 changes: 3 additions & 7 deletions custom-implementation/src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,16 @@
}
}

/* Constrain sidebar within fern-body but account for header
.fern-sidebar-fixed {
position: absolute !important;
} */

#fern-docs {
margin: 64px 0px !important; /* Push content below header */
}

#fern-toc {
margin: 64px 0px!important; /* Push TOC below header */
padding: 42px 0px !important;
}

#fern-sidebar {
margin: 32px 0px !important; /* Push TOC and sidebar below header */
position: absolute !important;
}


8 changes: 4 additions & 4 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ js:
- path: ./dist/output.js
strategy: beforeInteractive

# layout:
# searchbar-placement: sidebar
# tabs-placement: sidebar
# disable-header: true
layout:
searchbar-placement: sidebar
tabs-placement: sidebar
disable-header: true

typography:
bodyFont:
Expand Down
Loading