소스 검색

change css back to original

zsviczian 1 년 전
부모
커밋
60a3584e86
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 {