I have tried configuring css to fit panel-body to full screen, but no matter what I do it does not fit to full screen.
Please find the JSFiddle Link here.
Even tried to put class level css :
#apexBody {
width: 100%;
height: 100%;
}
The footer here is fixed and I want the panel or the text area to fit the full screen till the footer.