export htmlattributes as props where possible

This commit is contained in:
peterkogo
2025-04-14 18:59:31 +02:00
parent 6be1b7822b
commit 2ca682c6f2
33 changed files with 173 additions and 197 deletions
+4 -1
View File
@@ -8,7 +8,6 @@
position: absolute;
padding: 2px;
font-size: 10px;
cursor: pointer;
color: var(--xy-edge-label-color, var(--xy-edge-label-color-default));
background: var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default));
}
@@ -20,3 +19,7 @@
.svelte-flow__edgelabel-renderer {
z-index: 0;
}
.svelte-flow__zoom {
z-index: 4;
}