I have a div that I am displaying many things in that are related to laptop for filtering data. The div increases it\'s size as the data size increases in it.
I want
use overflow:auto property, If overflow is clipped, a scroll-bar should be added to see the rest of the content,and mention the height
overflow:auto
DEMO
.itemconfiguration { height: 440px; width: 215px; overflow: auto; float: left; position: relative; margin-left: -5px; }