Skip to content

Commit 9a6be6a

Browse files
author
Ives van Hoorne
committed
Tweak autoresize height
1 parent 4a5ca3e commit 9a6be6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed/components/Content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default class Content extends React.PureComponent {
7777
JSON.stringify({
7878
src: window.location.toString(),
7979
context: 'iframe.resize',
80-
height: Math.max(height + 100, 500), // pixels
80+
height: Math.max(height + 150, 500), // pixels
8181
}),
8282
'*',
8383
);

0 commit comments

Comments
 (0)