mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-19 21:00:40 +08:00
fix
This commit is contained in:
parent
ef27c98492
commit
7af633b1e7
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user