File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
apps/developer-hub/src/components/Root
packages/component-library/src/AppShell Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,15 @@ Overrides for Fumadocs content. Everything after prose is MDX generated content
26
26
27
27
# nd-sidebar {
28
28
--fd-sidebar-top : var (--header-height ) !important ;
29
+ position : sticky !important ;
30
+ height : calc (100vh - var (--header-height ));
29
31
}
32
+
33
+ # nd-docs-layout {
34
+ flex-direction : row !important ;
35
+ padding-inline-start : 0 !important ;
36
+ }
37
+
38
+ # nd-toc {
39
+ top : calc (var (--header-height ) + 1rem ) !important ;
40
+ }
Original file line number Diff line number Diff line change 14
14
}
15
15
16
16
.body {
17
- background : black ;
18
17
-webkit-font-smoothing : antialiased ;
19
18
-moz-osx-font-smoothing : grayscale ;
20
19
scroll-behavior : smooth ;
33
32
background : theme .color (" background" , " primary" );
34
33
border-top-left-radius : calc (var (--offset ) * theme .border-radius (" xl" ));
35
34
border-top-right-radius : calc (var (--offset ) * theme .border-radius (" xl" ));
36
- overflow : hidden auto ;
37
- transform : scale (calc (100% - (var (--offset ) * 5% )));
38
- height : 100 dvh;
35
+ min-height : 100 dvh;
39
36
scrollbar-gutter : stable;
40
37
41
38
.header {
You can’t perform that action at this time.
0 commit comments