diff --git a/beta/src/components/Layout/Page.tsx b/beta/src/components/Layout/Page.tsx index 2ea423d5bb9..d9c9be32bdf 100644 --- a/beta/src/components/Layout/Page.tsx +++ b/beta/src/components/Layout/Page.tsx @@ -47,7 +47,9 @@ export function Page({children, toc}: PageProps) {
-
{children}
+
+ {children} +
diff --git a/beta/src/styles/index.css b/beta/src/styles/index.css index a934e1b2154..f68301af2d4 100644 --- a/beta/src/styles/index.css +++ b/beta/src/styles/index.css @@ -74,6 +74,7 @@ body { padding: 0; margin: 0; + overflow-x: hidden; } /* Start purging... */