simo 2 settimane fa
parent
commit
5f8831eea9
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/pages/demo.astro

+ 3 - 1
src/pages/demo.astro

@@ -1,4 +1,6 @@
-<canvas style="width: 100%; height: 100%;" id="tablet-canvas"></canvas>
+<body style="width: 100%; height: 100%;">
+    <canvas style="width: 100%; height: 100%;" id="tablet-canvas"></canvas>
+</body>
 <script>
     // @ts-ignore
     import * as THREE from "three";