From efad867281da25b3bcefba35d225708bad3f99b7 Mon Sep 17 00:00:00 2001 From: laripette <77933011+laripette@users.noreply.github.com> Date: Thu, 28 Jan 2021 13:06:08 +0100 Subject: [PATCH] Update index.php (#313) I removed the line: overflow: hidden; in body. I think that line was useless. to check --- src/platform/web/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/platform/web/index.php b/src/platform/web/index.php index e27998d..01d8939 100644 --- a/src/platform/web/index.php +++ b/src/platform/web/index.php @@ -1,5 +1,5 @@ - + OpenLara @@ -10,7 +10,6 @@ body { margin: 0px; font-size: 1.0em; - overflow: hidden; } .game_fs { position: fixed;