fix(background): multiple backgrounds, separate pattern ids closes #1037

This commit is contained in:
moklick
2021-03-26 22:43:19 +01:00
parent dd9334f50a
commit 6cc2910477
4 changed files with 77 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
.react-flow__example-multiflows {
display: flex;
height: 100%;
}
.react-flow__example-multiflows .react-flow {
width: 100%;
height: 100%;
}
.react-flow__example-multiflows .react-flow:first-child {
border-right: 2px solid #333;
}