diff --git a/documentation/src/refine-theme/landing-try-it-section.tsx b/documentation/src/refine-theme/landing-try-it-section.tsx index c40b32e4..c1e661c6 100644 --- a/documentation/src/refine-theme/landing-try-it-section.tsx +++ b/documentation/src/refine-theme/landing-try-it-section.tsx @@ -56,7 +56,7 @@ export const LandingTryItSection = ({ className }: { className?: string }) => { "transition-[min-height,height]", "duration-300", "ease-out", - wizardOpen && "min-h-[515px]", + "min-h-[515px]", )} > { "w-full", "transition-[transform,opacity,margin-bottom]", "duration-300", - "ease-in-out", - wizardOpen && [ - "pointer-events-none", - "select-none", - "landing-md:-translate-y-[300px]", - "landing-md:opacity-0", - "landing-md:origin-top", - "landing-md:-mb-[272px]", - ], + "ease-in-out" )} />