본문 바로가기

IT노트(구)/HTML/CSS

(html/css) div에 수직 스크롤 추가하는 방법

div에 수직 스크롤을 추가하려면 어떻게 해야할까?


다음과 같이 처리하면 된다!



<div style="overflow-y: scroll;">foo</div>