Skip to content

Commit be6d12a

Browse files
authored
Merge pull request #26 from Normaltic/master
Fix height to work even if height is specified as %
2 parents a478cb0 + 76e73f8 commit be6d12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DaumPostcode.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class DaumPostcode extends React.Component {
4343
animation: comp.props.animation,
4444
autoMapping: comp.props.autoMapping,
4545
autoResize: comp.props.autoResize,
46-
height: comp.props.height,
46+
height: '100%',
4747
hideEngBtn: comp.props.hideEngBtn,
4848
hideMapBtn: comp.props.hideMapBtn,
4949
maxSuggestItems: comp.props.maxSuggestItems,

0 commit comments

Comments
 (0)