We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a3971 commit 4a5ca3eCopy full SHA for 4a5ca3e
src/embed/components/Content.js
@@ -77,7 +77,7 @@ export default class Content extends React.PureComponent {
77
JSON.stringify({
78
src: window.location.toString(),
79
context: 'iframe.resize',
80
- height: Math.min(height, 500), // pixels
+ height: Math.max(height + 100, 500), // pixels
81
}),
82
'*',
83
);
0 commit comments