I can\'t get padding-bottom to work when I use overflow-y: auto on a box.
padding-bottom
overflow-y: auto
HTML:
One more solution without extra DIVs.
#container:after { content: ""; display: block; height: 50px; width: 100%; }
Working in FF, Chrome, IE8-10.