diff options
-rw-r--r-- | src/sciteco.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sciteco.html b/src/sciteco.html index 59139b9..86891a5 100644 --- a/src/sciteco.html +++ b/src/sciteco.html @@ -35,7 +35,7 @@ /* the canvas *must not* have any border or padding, or mouse coords will be wrong */ canvas.emscripten { border: 0px none; - visibility: hidden; + display: none; } </style> </head> |