diff --git a/site/source/components/ui/animate.tsx b/site/source/components/ui/animate.tsx index 3ad039ea8..330e45eb1 100644 --- a/site/source/components/ui/animate.tsx +++ b/site/source/components/ui/animate.tsx @@ -145,7 +145,6 @@ function AppearAnim({ style={{ ...style, ...(animate ? animatedStyle : {}), - overflow: 'hidden', display: 'flex', flexDirection: 'column', }}