mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-16 04:27:45 -04:00
Make left nav bar scrollable
This commit is contained in:
@@ -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 />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user