Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Div to Fill Extra Space via jQuery? Reply To: Div to Fill Extra Space via jQuery?

#156674
TheDoc
Member

No jQuery needed!

.panel {
    position: default;
}

.panel-footer {
    position: absolute;
    bottom: 0;
}