frameset / frame 에서 scrolling="auto" 가 먹지 않는 경우 (IE 8에서 안되었음)
frame src 경로의 jsp 부분에서 아래 css 속성을 주면 해결된다.

html, body { overflow:hidden; } 

html에만 overflow를 줘도 해결되는 듯하다.

'개발 > css' 카테고리의 다른 글

IE에서 height 100% 가 잘 되지 않을 때  (0) 2020.01.13

+ Recent posts