fix(docs): made sidebar directories scrollable, stylistic changes (#1702)

This commit is contained in:
Waleed
2025-10-21 12:04:19 -07:00
committed by GitHub
parent c178a90f02
commit 859711991f
3 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ export function SidebarFolder({
<div
className={cn(
'overflow-hidden transition-all duration-200 ease-in-out',
open ? 'max-h-[2000px] opacity-100' : 'max-h-0 opacity-0'
open ? 'max-h-[10000px] opacity-100' : 'max-h-0 opacity-0'
)}
>
<ul className='mt-0.5 ml-2 space-y-[0.0625rem] border-gray-200/60 border-l pl-2.5 dark:border-gray-700/60'>