Fixed documentation navigation overflow
This commit is contained in:
@@ -112,7 +112,7 @@ export function DocsNavigation({ pages }: { pages: Cms.ContentItem[] }) {
|
|||||||
style={{
|
style={{
|
||||||
height: `calc(100vh - 64px)`,
|
height: `calc(100vh - 64px)`,
|
||||||
}}
|
}}
|
||||||
className="sticky top-2 hidden w-80 shrink-0 border-r p-4 lg:flex"
|
className="sticky top-2 hidden w-80 shrink-0 border-r p-4 lg:flex overflow-y-auto"
|
||||||
>
|
>
|
||||||
<Tree pages={pages} level={0} activePath={activePath} />
|
<Tree pages={pages} level={0} activePath={activePath} />
|
||||||
</aside>
|
</aside>
|
||||||
|
|||||||
Reference in New Issue
Block a user