diff --git a/apps/site/navigation.json b/apps/site/navigation.json index 65d0e9f69b295..55416e4968853 100644 --- a/apps/site/navigation.json +++ b/apps/site/navigation.json @@ -84,11 +84,6 @@ "link": "https://discord.gg/nodejs", "alt": "Discord" }, - { - "icon": "mastodon", - "link": "https://social.lfx.dev/@nodejs", - "alt": "Mastodon" - }, { "icon": "bluesky", "link": "https://bsky.app/profile/nodejs.org", @@ -170,4 +165,4 @@ } } } -} +} \ No newline at end of file diff --git a/packages/ui-components/src/Containers/Sidebar/index.module.css b/packages/ui-components/src/Containers/Sidebar/index.module.css index a56bed69bf94b..882d35b213e32 100644 --- a/packages/ui-components/src/Containers/Sidebar/index.module.css +++ b/packages/ui-components/src/Containers/Sidebar/index.module.css @@ -20,10 +20,13 @@ dark:border-neutral-900 dark:bg-neutral-950; - .navigation { - @apply ml:flex + .navigation { + @apply ml:flex + flex-1 + overflow-y-auto + scroll-smooth hidden; - } + } .mobileSelect { @apply ml:hidden