feat: enhance the custom note (#8885)

This commit is contained in:
非法操作
2024-11-20 11:24:45 +08:00
committed by GitHub
parent fbfc811a44
commit beb7953d38
2 changed files with 4 additions and 1 deletions

View File

@@ -15,4 +15,8 @@
#workflow-container .react-flow__selection {
border: 1px solid #528BFF;
background: rgba(21, 94, 239, 0.05);
}
#workflow-container .react-flow__node-custom-note {
z-index: -1000 !important;
}