Fixed nav display.

This commit is contained in:
Mike Cao 2025-07-20 00:38:15 -07:00
parent 2f7f8911cd
commit 25f96f6b6b
5 changed files with 30 additions and 32 deletions

View file

@ -134,7 +134,7 @@ export function WebsiteNav({ websiteId }: { websiteId: string }) {
'overview';
return (
<Column gap padding width="240px" border="left">
<Column gap padding width="240px" border="left" overflowY="auto">
<NavMenu highlightColor="2">
{links.map(({ label, items }) => {
return (