diff --git a/beta/src/components/Layout/Page.tsx b/beta/src/components/Layout/Page.tsx index 2ea423d5..d9c9be32 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 a934e1b2..f68301af 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... */