Mouse cursor is visible again

This commit is contained in:
Mal 2021-09-21 11:19:05 +02:00
parent 2fe9b63c70
commit e476e689e1
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
cursor: none;
} }
</style> </style>
<link rel="shortcut icon" type="image/png" href="favicon.png"> <link rel="shortcut icon" type="image/png" href="favicon.png">
@ -22,4 +21,4 @@
<body> <body>
<canvas id="canvas"></canvas> <canvas id="canvas"></canvas>
</body> </body>
</html> </html>