Make a div stick to bottom of parent
Add position:relative
to your wraper class.
Add position:absolute;bottom:0;
to the stream-content class.
Check it here. Fiddle
Add position:relative
to your wraper class.
Add position:absolute;bottom:0;
to the stream-content class.
Check it here. Fiddle