1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-04 12:17:41 +02: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

View File

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