Stretching Layout -Table to 100% Height

Re: Stretching Layout -Table to 100% Height

by raff rossi -
Number of replies: 0
It's a very old post but to me this problem is a new one.

I know that from CSS I have to declare the parents elements height to 100% if I want to get 100% height on the includeds.

Example:

html,body {height: 100%} <--Parent-->
#somediv {height: 100%} <--Included-->

In Moodle #somediv has to be changed with #layout-table.

That's unfortunately doesn't works at all.

Any suggestion?