From 1ea049b6b12af7c8385d504a5e43ac50d21da22b Mon Sep 17 00:00:00 2001 From: Mfon Eti-mfon Date: Fri, 23 Oct 2020 12:17:59 +0100 Subject: [PATCH] Fix page layout bug --- src/static-src/css/lobby.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/static-src/css/lobby.css b/src/static-src/css/lobby.css index ea67e9a..859b52a 100644 --- a/src/static-src/css/lobby.css +++ b/src/static-src/css/lobby.css @@ -1,8 +1,9 @@ -html, body { - height: 100%; +html { + height: 100%; } body { + min-height: 100%; display: -ms-flexbox; display: -webkit-box; display: flex; -- GitLab