소스 검색

fix: block path misaligned when zoom the page

Ahmad Kholid 3 년 전
부모
커밋
1fd5210248
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/assets/css/drawflow.css

+ 0 - 2
src/assets/css/drawflow.css

@@ -87,14 +87,12 @@
 
 .drawflow .connection {
   position: absolute;
-  transform: translate(9999px, 9999px)
 }
 
 .drawflow .connection .main-path {
   fill: none;
   stroke-width: 5px;
   stroke: theme('colors.accent');
-  transform: translate(-9999px, -9999px);
   transition: stroke 100ms ease-in-out;
 }