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.
1 parent f2a68b7 commit 9854c57Copy full SHA for 9854c57
packages/solid-repl/src/components/preview.tsx
@@ -291,7 +291,7 @@ export const Preview: Component<Props> = (props) => {
291
});
292
return (
293
<div class="flex min-h-0 flex-1 flex-col" ref={outerContainer} classList={props.classList}>
294
- <div class="min-h-0 min-w-0" style={`flex: ${props.devtools ? iframeHeight() : 1};`}>
+ <div class="min-h-0 min-w-0" style={`flex: ${props.devtools ? iframeHeight() : '1 1 100%'};`}>
295
<iframe
296
title="Solid REPL"
297
class="dark:bg-other block h-full w-full overflow-scroll bg-white p-0"
0 commit comments