Skip to content

Commit a9ba2b8

Browse files
chore: bump version to 17.9.7 and adjust z-index for flow components
1 parent 08857aa commit a9ba2b8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

projects/f-flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foblex/flow",
3-
"version": "17.9.6",
3+
"version": "17.9.7",
44
"description": "An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.",
55
"main": "index.js",
66
"types": "index.d.ts",

projects/f-flow/src/f-canvas/f-canvas.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
pointer-events: none;
1010

1111
&.canvas-dragging {
12-
will-change: transform;
1312
transform: translateZ(0);
1413
}
1514
}

projects/f-flow/src/f-flow/f-flow.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434

3535
.f-connection-center,
3636
.f-connection-content {
37-
z-index: 2;
37+
z-index: 3;
3838
}
3939

4040
.f-node {
41-
z-index: 3;
41+
z-index: 4;
4242
}
4343
}

0 commit comments

Comments
 (0)