개발/css
frameset scrolling="auto" 안되는 경우
마도학교
2020. 1. 14. 18:04
frameset / frame 에서 scrolling="auto" 가 먹지 않는 경우 (IE 8에서 안되었음)
frame src 경로의 jsp 부분에서 아래 css 속성을 주면 해결된다.
html, body { overflow:hidden; }
html에만 overflow를 줘도 해결되는 듯하다.