Update index.html

This commit is contained in:
LeviDing 2020-07-18 16:51:56 +08:00 committed by GitHub
parent d0474aea6f
commit 6800c2ac4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
<script>
ball.onmousedown = function(event) {
ball.onmousedown = function(event) {
ball.style.position = 'absolute';
ball.style.zIndex = 1000;
document.body.appendChild(ball);