자바스크립트로 블럭의 height속성을 변경해 줄일이 생겼다.
- 블럭의 height:150px; overflow:hidden;
- 버튼클릭하면 height:auto; overflow:visible;
- 블럭하단의 position:relative되어있는 블럭의 위치가 엉망이 된다.
파폭에서 현상이 발생했다.
해결책은 height:auto => height:300px;
파폭에서 현상이 발생했다.
해결책은 height:auto => height:300px;