File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
apps/v4/app/(app)/docs/[[...slug]] Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -193,13 +193,14 @@ export default async function Page(props: {
193
193
) }
194
194
</ div >
195
195
</ div >
196
- < div className = "sticky top-[calc(var(--header-height)+1px)] z-30 ml-auto hidden w-72 flex-col gap-4 overflow-hidden overscroll-none pb-8 xl:flex" >
196
+ < div className = "sticky top-[calc(var(--header-height)+1px)] z-30 ml-auto hidden h-[calc(100svh-var(--footer-height)+2rem)] w-72 flex-col gap-4 overflow-hidden overscroll-none pb-8 xl:flex" >
197
197
< div className = "h-(--top-spacing) shrink-0" />
198
198
{ /* @ts -expect-error - revisit fumadocs types. */ }
199
199
{ doc . toc ?. length ? (
200
200
< div className = "no-scrollbar overflow-y-auto px-8" >
201
201
{ /* @ts -expect-error - revisit fumadocs types. */ }
202
202
< DocsTableOfContents toc = { doc . toc } />
203
+ < div className = "h-12" />
203
204
</ div >
204
205
) : null }
205
206
< div className = "flex flex-1 flex-col gap-12 px-6" >
You can’t perform that action at this time.
0 commit comments