We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f3e35 commit 436a5baCopy full SHA for 436a5ba
src/components/sidebar/index.tsx
@@ -415,7 +415,7 @@ export function Sidebar({
415
"nextra-sidebar-container flex flex-col",
416
"motion-reduce:transform-none motion-reduce:transition-none md:top-16 md:shrink-0",
417
"[.resizing_&]:transition-none",
418
- "transform-gpu transition-all ease-in-out",
+ "transition-gpu ease-in-out",
419
"print:hidden",
420
showSidebar ? "md:w-64" : "md:w-20",
421
asPopover ? "md:hidden" : "md:sticky md:self-start",
0 commit comments