IT노트(구)/HTML/CSS
(html/css) div에 수직 스크롤 추가하는 방법
스프링연구소
2015. 12. 4. 11:19
div에 수직 스크롤을 추가하려면 어떻게 해야할까?
다음과 같이 처리하면 된다!
<div style="overflow-y: scroll;">foo</div>