From ad93ff12f2fc93e0c0498a156217b9f84de7f1e3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 24 Oct 2019 08:43:37 +0200 Subject: fix html scaffolding 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 . */ +html { + position: relative; + min-height: 100%; +} + #main { display: block; width: 100%; -- cgit v0.10.2