From cfe8527a73a15b1ead465b0b04dee3199d12fe15 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 17 Feb 2014 12:06:55 +0100 Subject: sciteco emscripten sample HTML: make sure canvas is hidden if used --- src/sciteco.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3