We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a478cb0 + 76e73f8 commit be6d12aCopy full SHA for be6d12a
1 file changed
src/DaumPostcode.jsx
@@ -43,7 +43,7 @@ class DaumPostcode extends React.Component {
43
animation: comp.props.animation,
44
autoMapping: comp.props.autoMapping,
45
autoResize: comp.props.autoResize,
46
- height: comp.props.height,
+ height: '100%',
47
hideEngBtn: comp.props.hideEngBtn,
48
hideMapBtn: comp.props.hideMapBtn,
49
maxSuggestItems: comp.props.maxSuggestItems,
0 commit comments