-
-
-
-
+
+
+
+
+ Size
+
+
+
-
-
-
+
+
+
+
+
+ Layer Position
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tip: Use these controls to arrange the stacking order of shapes. Higher values appear on top of other shapes.
+
+
-
@@ -2274,7 +2589,7 @@ const canShowNodeActions = computed(() => {
Define decision conditions and workflow paths.
-
+
Configure Decision Paths
@@ -3258,12 +3573,10 @@ const canShowNodeActions = computed(() => {
justify-content: center;
text-align: center;
user-select: none;
- z-index: -10 !important; /* Always behind process nodes */
}
:deep(.shape-node.selected) {
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.6);
- z-index: -8 !important; /* Higher z-index when selected, but still behind process nodes */
}
/* Ensure process nodes always stay above shapes, even during drag operations */
@@ -3320,11 +3633,9 @@ const canShowNodeActions = computed(() => {
/* Ensure custom nodes (process nodes) maintain proper layering */
:deep(.custom-node:not(.shape-node)) {
position: relative;
- z-index: 10 !important;
}
:deep(.custom-node:not(.shape-node).selected) {
- z-index: 15 !important;
}
/* Ensure edges/connection lines stay above shapes */