mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-01 02:40:43 +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>
|
||||
<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;
|
||||
|
Reference in New Issue
Block a user