hide cursor on canva
This commit is contained in:
parent
7f327dffa8
commit
a6a8792905
|
@ -2,6 +2,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<script src="load.js"></script>
|
||||
<style>
|
||||
#demo-canvas:hover {
|
||||
cursor: none
|
||||
};
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="demo-canvas"></canvas>
|
||||
|
|
Loading…
Reference in New Issue