We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd2b3f6 + 704a15e commit 8403341Copy full SHA for 8403341
src/components/preview.tsx
@@ -203,7 +203,7 @@ export const Preview: Component<Props> = (props) => {
203
>
204
<iframe
205
title="Solid REPL"
206
- class="overflow-auto p-2 w-full h-full dark:bg-other"
+ class="overflow-auto p-0 w-full h-full dark:bg-other block"
207
ref={iframe}
208
// @ts-ignore
209
sandbox="allow-popups-to-escape-sandbox allow-scripts allow-popups allow-forms allow-pointer-lock allow-top-navigation allow-modals allow-same-origin"
0 commit comments