fixed overflow

This commit is contained in:
Victor Giers
2019-06-15 14:05:52 +02:00
parent c7cf960b02
commit 37e8db04c0

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>