When i am applied padding:10px to the child div which have the height 100% and parent height 200px, when the content exceeded 200px of the height the scroll bar bottom is going outside. If i removes the padding its coming fine. How can we solve the problem without remove padding and adding inside the div?
Share
Give
overflow:auto;to.wrapperDemo: http://jsfiddle.net/H2d77/4/