Browse Source

fixed overflow

master
Victor Giers 4 years ago
parent
commit
37e8db04c0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      index.html

+ 1
- 0
index.html View File

@@ -8,6 +8,7 @@
<script language="javascript" type="text/javascript" src="save-the-earth.js"></script>
<style>
body {background:none transparent; position:fixed; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:1;}
canvas {display: block; overflow: hidden;}
</style>
</head>
<body>

Loading…
Cancel
Save