Adding overflow: hidden to game main area.

This commit is contained in:
marcins78@gmail.com
2011-10-29 17:27:03 +00:00
parent 8dad1d0da3
commit 4ac860a3cb

View File

@@ -263,7 +263,7 @@
</head>
<body>
<div id="main"
style="position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000000;">
style="position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000000; overflow: hidden">
</div>
</body>
</html>