This commit is contained in:
Developing-Gamer 2026-06-15 18:28:12 -07:00
parent ef27c98492
commit 7af633b1e7

View File

@ -319,8 +319,8 @@ function NavItem({
: "0px",
}}
className={cn(
"ml-[0.5px] w-[calc(100%-1px)] transition-[height] duration-200",
!isExpanded && "h-0 overflow-hidden"
"ml-[0.5px] w-[calc(100%-1px)] overflow-hidden transition-[height] duration-200",
!isExpanded && "h-0"
)}
>
<div className="space-y-2 py-2 pl-3">