fix: ReactFlow background in dark theme (#20013)

This commit is contained in:
crazywoola
2025-05-21 10:32:07 +08:00
committed by GitHub
parent 83e71ab27c
commit 75cacc2855

View File

@@ -21,4 +21,6 @@
z-index: -1000 !important;
}
#workflow-container .react-flow {}
#workflow-container .react-flow__attribution {
background: none !important;
}