remove css variable from node resizer

This commit is contained in:
peterkogo
2025-06-10 21:22:29 +02:00
parent 050b511cd6
commit 178ad01f51
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
border: 1px solid #fff;
border-radius: 1px;
background-color: var(--xy-resize-background-color, var(--xy-resize-background-color-default));
transform: translate(-50%, -50%) scale(max(var(--xy-view-zoom-inverse, 1), 1));
translate: -50% -50%;
}
.xy-flow__resize-control.handle.left {