From 4c1dd914eb9093fb25a046c5e39251caaf9de68f Mon Sep 17 00:00:00 2001 From: GRL Date: Tue, 8 Jun 2021 16:32:21 +0200 Subject: [PATCH] DOM element game 1OO% height --- front/style/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/front/style/style.scss b/front/style/style.scss index 672950e2..8522d4a4 100644 --- a/front/style/style.scss +++ b/front/style/style.scss @@ -367,6 +367,7 @@ body { } #game { + height: 100%; width: 100%; position: relative; /* Position relative is needed for the game-overlay. */ }