simo před 2 týdny
rodič
revize
5f8831eea9
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  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";