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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user