Skip to content

Commit 4f7d0f7

Browse files
authored
Prepare CSS for new frontend
1 parent a602f8c commit 4f7d0f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fern/assets/custom-styles.css

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ body#fern-docs #fern-sidebar {
5656
background: rgba(255, 255, 255, 0.5) !important;
5757
backdrop-filter: blur(6px);
5858
border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
59+
height: 100vh !important;
5960
}
6061

6162
:is(.dark) .fern-sidebar-container {
@@ -68,6 +69,7 @@ body#fern-docs #fern-sidebar {
6869
background: rgba(0, 0, 0, 0.5) !important;
6970
backdrop-filter: blur(6px);
7071
border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
72+
height: 100vh !important;
7173
}
7274

7375
#fern-search-button {

0 commit comments

Comments
 (0)