1
0
Эх сурвалжийг харах

fix: block path misaligned when zoom the page

Ahmad Kholid 3 жил өмнө
parent
commit
1fd5210248

+ 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;
 }