Home › Forums › CSS › Extending div height to bottom of page › Reply To: Extending div height to bottom of page
June 28, 2016 at 12:35 pm
#243225
Member
Set the sidebar to 100% height, if its parent is also 100% high (etc, etc) then that should do it.
Otherwise, a Codepen.io demo of the issue would be ideal so we can see the actual issue.
You might also use min-height:100%
rather than just height
on the body.