### What problem does this PR solve? Feat: Fixed the issue that the top toolbar disappears when opening the agent operator form #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
11 lines
230 B
Text
11 lines
230 B
Text
.canvasWrapper {
|
|
position: relative;
|
|
height: calc(100% - 64px);
|
|
:global(.react-flow__node-group) {
|
|
.commonNode();
|
|
border-radius: 0 0 10px 10px;
|
|
padding: 0;
|
|
border: 0;
|
|
background-color: transparent;
|
|
}
|
|
}
|