1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-01-17 21:09:00 +01:00

Update index.php (#313)

I removed the line: overflow: hidden; in body.
I think that line was useless.

to check
This commit is contained in:
laripette 2021-01-28 13:06:08 +01:00 committed by GitHub
parent ae5c04d652
commit efad867281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>OpenLara</title>
<link href="/projects/OpenLara/favicon.ico" rel="shortcut icon" type="image/x-icon" />
@ -10,7 +10,6 @@
body {
margin: 0px;
font-size: 1.0em;
overflow: hidden;
}
.game_fs {
position: fixed;