From 166e43ec3979002860a01c0e89995f5aec4dc86d Mon Sep 17 00:00:00 2001 From: Al McKinlay Date: Mon, 6 Feb 2017 12:41:17 +0000 Subject: [PATCH] Fix body height #821 fixed #793, but it appears since then, Chrome has changed the behaviour back to what it was befor ethe fix, so 2.2.0 on Chrome 56+ is even more broken. --- 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 50b6d61f..11ccccd0 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -31,7 +31,7 @@ html, body { - height: 100vh; + height: 100%; } body {