문제

I'm getting mixed up with my overflow and I just wanted to be put in the right direction.

도움이 되었습니까?

해결책 2

I think overflow-y:auto is the one your after

다른 팁

You need to use the overflow-y:

Try something like this:

<div id="yourDiv" style="overflow-y:scroll;height:400px">
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top