diff options
author | Christian Pointner <equinox@helsinki.at> | 2019-10-24 06:43:37 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2019-10-24 06:43:37 (GMT) |
commit | ad93ff12f2fc93e0c0498a156217b9f84de7f1e3 (patch) | |
tree | 1cccfc10128d86d00fc4059c2d70fac48f2dc1ff /www | |
parent | 6d20113845c8360c9c25eb162d21be751556b84e (diff) |
Diffstat (limited to 'www')
-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%; |