I have an example here:
http://jsfiddle.net/d3E3M/
I have 3 lines (line 1, line 2 and line 3). You cannot see lines 2 and 3 because the height is too small. I expect to see a scrollbar but do not unless I can the height to 35px
Whenever the height of the div is less than 35px the scrollbar is removed. Is this a firefox bug? Is there anything I can do to get a scrollbar when its suppose to appear
Your code is actually working. But 35px is to small for a browser to render a scrollbar.