Skip to content

Commit fee1f46

Browse files
author
Rajat
committed
Embed fix
1 parent 38f3edd commit fee1f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/page-blocks/src/components/sandboxed-embed.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export const SandboxedEmbed = ({
3838
<html>
3939
<head>
4040
<style>
41-
html, body { margin: 0; padding: 0; height: auto; min-height: 100%; }
42-
#content-wrapper { overflow: auto; height: auto; }
41+
html, body { margin: 0; padding: 0; overflow: hidden; }
42+
#content-wrapper { overflow: hidden; height: auto; }
4343
</style>
4444
</head>
4545
<body>

0 commit comments

Comments
 (0)