Skip to content

Commit 436a5ba

Browse files
committed
Use correct transition function
1 parent 07f3e35 commit 436a5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sidebar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ export function Sidebar({
415415
"nextra-sidebar-container flex flex-col",
416416
"motion-reduce:transform-none motion-reduce:transition-none md:top-16 md:shrink-0",
417417
"[.resizing_&]:transition-none",
418-
"transform-gpu transition-all ease-in-out",
418+
"transition-gpu ease-in-out",
419419
"print:hidden",
420420
showSidebar ? "md:w-64" : "md:w-20",
421421
asPopover ? "md:hidden" : "md:sticky md:self-start",

0 commit comments

Comments
 (0)