Reputation: 537
I am trying to put a scroll bar and also limit the height of the <div id="items">
to 2 rows, right now it keeps increasing with the number of <span>
s in it. Tried adding
overflow:scroll
to inner divs but none of them works, any workaround for this particular structure? The number of <span>
s is dynamic and it can grow.
Upvotes: 0
Views: 60