From bf71c4b9bde3ace8498600722cc20e4f1853d49b Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 19 Dec 2016 15:12:29 +0200 Subject: [PATCH] Make html container take the entire screen estate --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index abb66fbe..023b8b3b 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -31,7 +31,7 @@ html, body { - height: 100%; + height: 100vh; } body {