I have a popup that displays some results, and I want a scroll bar to be display since the results are being cutt off (and I don't want the popup to be too long).
You need to add style="overflow-y:scroll;" to the div tag. (This will force a scrollbar on the vertical).
style="overflow-y:scroll;"
If you only want a scrollbar when needed, just do overflow-y:auto;
overflow-y:auto;
1.4m articles
1.4m replys
5 comments
57.0k users