We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f3edd commit fee1f46Copy full SHA for fee1f46
packages/page-blocks/src/components/sandboxed-embed.tsx
@@ -38,8 +38,8 @@ export const SandboxedEmbed = ({
38
<html>
39
<head>
40
<style>
41
- html, body { margin: 0; padding: 0; height: auto; min-height: 100%; }
42
- #content-wrapper { overflow: auto; height: auto; }
+ html, body { margin: 0; padding: 0; overflow: hidden; }
+ #content-wrapper { overflow: hidden; height: auto; }
43
</style>
44
</head>
45
<body>
0 commit comments