mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-08 22:22:17 +02:00
refactor(sidebar): update SidebarSection transition styles for improved visibility
This commit is contained in:
parent
fd8d1273cd
commit
9f853b692c
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export function SidebarSection({
|
|||
|
||||
<div
|
||||
className={cn(
|
||||
"grid flex-1 overflow-hidden transition-[grid-template-rows,opacity] duration-200 ease-out",
|
||||
"grid flex-1 overflow-hidden transition-opacity duration-200 ease-out",
|
||||
isOpen ? "grid-rows-[1fr] opacity-100" : "pointer-events-none grid-rows-[0fr] opacity-0"
|
||||
)}
|
||||
aria-hidden={!isOpen}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue