Skip to content

Commit 26cb90f

Browse files
authored
Merge pull request #318 from eccenca/bugfix/reactflow-missed-styles
Added missed styles from the original package
2 parents d2b885b + 48f369a commit 26cb90f

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- React flow v12:
12+
- add missing styles from react flow library to ensure proper functionality of new connection lines
13+
14+
## [24.3.1] - 2025-08-21
15+
16+
### Fixed
17+
18+
- React flow v12:
19+
- add missing styles from react flow library to ensure proper functionality of new connection lines
20+
921
## [24.4.0] - 2025-08-07
1022

1123
### Added
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
.react-flow .react-flow__edges svg {
1+
// needed styles from "@xyflow/react/dist/style.css" to ensure proper functionality
2+
svg.react-flow__connectionline {
3+
position: absolute;
4+
z-index: 1001;
25
overflow: visible;
6+
}
7+
8+
.react-flow .react-flow__edges svg {
39
position: absolute;
10+
overflow: visible;
411
pointer-events: none;
512
}

0 commit comments

Comments
 (0)