export htmlattributes as props where possible
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user