diff options
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/styles/main.css b/www/styles/main.css index db4349e..7d51f45 100644 --- a/www/styles/main.css +++ b/www/styles/main.css @@ -19,6 +19,11 @@ * along with rhrdweb. If not, see <http://www.gnu.org/licenses/>. */ +html { + position: relative; + min-height: 100%; +} + #main { display: block; width: 100%; |