diff --git a/beta/src/components/MDX/MDXComponents.tsx b/beta/src/components/MDX/MDXComponents.tsx index e6700f6c4..6d6d6003a 100644 --- a/beta/src/components/MDX/MDXComponents.tsx +++ b/beta/src/components/MDX/MDXComponents.tsx @@ -365,7 +365,11 @@ export const MDXComponents = { return children; }, MaxWidth({children}: {children: any}) { - return
{children}
; + return ( +
+ {children} +
+ ); }, Gotcha, Wip, diff --git a/beta/src/styles/index.css b/beta/src/styles/index.css index f68301af2..a934e1b21 100644 --- a/beta/src/styles/index.css +++ b/beta/src/styles/index.css @@ -74,7 +74,6 @@ body { padding: 0; margin: 0; - overflow-x: hidden; } /* Start purging... */