diff --git a/documentation/src/components/browser-window/index.tsx b/documentation/src/components/browser-window/index.tsx index 886e97916d9b..e52ab5386e7a 100644 --- a/documentation/src/components/browser-window/index.tsx +++ b/documentation/src/components/browser-window/index.tsx @@ -26,7 +26,14 @@ export default function BrowserWindow({ hasBottom = false, }: Props): JSX.Element { return ( -
+
= ({ const EDITOR_URL = `${CODESANDBOX_URL}?view=preview&theme=dark&runonclick=1&codemirror=1`; return ( -
+
{!hideSource && } {!hideLocal && } {!hideSandbox && ( diff --git a/documentation/src/components/live-preview/index.tsx b/documentation/src/components/live-preview/index.tsx index ca0323347ecc..821467dc6da7 100644 --- a/documentation/src/components/live-preview/index.tsx +++ b/documentation/src/components/live-preview/index.tsx @@ -144,6 +144,7 @@ function Editor({ hidden, code }: { hidden: boolean; code: string }) {