Adding overflow: hidden to game main area.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user