Skip to content

Commit c38c65f

Browse files
author
Ives van Hoorne
committed
Decrease min height for autoresize to 50px
1 parent 70d3ab3 commit c38c65f

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
@@ -78,7 +78,7 @@ export default class Content extends React.PureComponent {
7878
JSON.stringify({
7979
src: window.location.toString(),
8080
context: 'iframe.resize',
81-
height: Math.max(height + extraOffset, 150), // pixels
81+
height: Math.max(height + extraOffset, 50), // pixels
8282
}),
8383
'*',
8484
);

0 commit comments

Comments
 (0)