We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176cb9e commit 2c745fbCopy full SHA for 2c745fb
fern/main.css
@@ -245,7 +245,7 @@ html[data-theme=dark] {
245
/* Sidebar styling */
246
#fern-sidebar {
247
border-right: 1px solid var(--border, var(--grayscale-a5)) !important;
248
- height: 100vh !important;
+ height: calc(100vh - var(--header-height)) !important;
249
}
250
.fern-sidebar-link:not(:hover){
251
background-color: transparent !important;
0 commit comments