Update index.html
This commit is contained in:
parent
d0474aea6f
commit
6800c2ac4b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue