Browse Source

change css back to original

zsviczian 1 năm trước cách đây
mục cha
commit
60a3584e86
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 {