diff --git a/docs/components/CodeAndExample.tsx b/docs/components/CodeAndExample.tsx index 0c67d12d..ddb1a6ef 100644 --- a/docs/components/CodeAndExample.tsx +++ b/docs/components/CodeAndExample.tsx @@ -56,7 +56,7 @@ function CodeAndExample({ md:rounded-b-lg refractor-highlight ${collapsible ? "pb-12 sm:pb-12" : ""} - ${expanded ? "overflow-auto" : "max-h-[200px] overflow-clip"} + ${expanded ? "overflow-auto" : "max-h-[200px] overflow-hidden"} `} >