From c8f33e7d4578c84c90e8612adfc6c2d19ae7def4 Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:44:56 +0100 Subject: [PATCH] [Client] Fix game background position on some screens --- truthinquiry/static/css/game_ui_game.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/truthinquiry/static/css/game_ui_game.css b/truthinquiry/static/css/game_ui_game.css index 4748702..ae26d27 100644 --- a/truthinquiry/static/css/game_ui_game.css +++ b/truthinquiry/static/css/game_ui_game.css @@ -17,6 +17,8 @@ html { background-size: cover; position: fixed; height: 100%; + left: 0; + top: 0; width: 100%; /* Place the background behind everything */ z-index: -9999;