Make left nav bar scrollable

This commit is contained in:
MartinBraquet
2025-10-24 17:20:52 +02:00
parent 40c61f11be
commit cb66688529

View File

@@ -42,7 +42,7 @@ export default function Sidebar(props: {
return (
<nav
aria-label="Sidebar"
className={clsx('flex h-screen flex-col', className)}
className={clsx('flex h-screen flex-col h-full max-h-screen overflow-y-auto', className)}
>
<SiteLogo />