mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-04 03:25:30 +08:00
### 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)
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
.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;
|
|
}
|
|
}
|