diff --git a/components/OrganizedContent.module.css b/components/OrganizedContent.module.css index c2553254..20a26da0 100644 --- a/components/OrganizedContent.module.css +++ b/components/OrganizedContent.module.css @@ -180,6 +180,13 @@ .nav { margin: 0; + overflow-y: auto; + background: var(--light-blue-1); + width: 90%; + } + + .nav > :last-child { + margin-bottom: calc(96rem / 16); } .navWrapper { @@ -193,11 +200,6 @@ transition: transform 0.3s ease-in-out; transform: translateX(-100%); } - - .mobileNav { - background: var(--light-blue-1); - width: 90%; - } .mobileNavOpen { transform: translateX(0); diff --git a/components/OrganizedContent.tsx b/components/OrganizedContent.tsx index c6dc6900..5ce60f21 100644 --- a/components/OrganizedContent.tsx +++ b/components/OrganizedContent.tsx @@ -71,18 +71,13 @@ export function OrganizedContent({ className={navWrapperStyles.join(" ")} onClick={() => setMobileNavOpen(false)} > -