From c9b5fc99bb674a156c67bee490f0ed3e97fe7448 Mon Sep 17 00:00:00 2001
From: Joshua Barlin <jbarlin@myune.edu.au>
Date: Sat, 18 Aug 2018 11:57:03 +1000
Subject: [PATCH] Make wrapper full height

---
 css/core.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/core.css b/css/core.css
index ea8c678..99572b9 100644
--- a/css/core.css
+++ b/css/core.css
@@ -1,4 +1,4 @@
-body{
+html, body, #wrapper{
 	height: 100%;
 }
 #input-div, #output-div{
-- 
GitLab