Skip to content

Commit 8403341

Browse files
authored
Merge pull request #77 from trusktr/patch-1
remove spacing around the preview iframe
2 parents fd2b3f6 + 704a15e commit 8403341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export const Preview: Component<Props> = (props) => {
203203
>
204204
<iframe
205205
title="Solid REPL"
206-
class="overflow-auto p-2 w-full h-full dark:bg-other"
206+
class="overflow-auto p-0 w-full h-full dark:bg-other block"
207207
ref={iframe}
208208
// @ts-ignore
209209
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

Comments
 (0)