Sfoglia il codice sorgente

change css back to original

zsviczian 1 anno fa
parent
commit
60a3584e86
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/components/LaserTool/LaserToolOverlay.scss

+ 2 - 0
src/components/LaserTool/LaserToolOverlay.scss

@@ -4,6 +4,8 @@
     width: 100vw;
     height: 100vh;
     position: fixed;
+    top: 0;
+    left: 0;
     z-index: 2;
 
     .LaserToolOverlayCanvas {