mirror of https://github.com/langgenius/dify.git
fix: ReactFlow background in dark theme (#20013)
This commit is contained in:
parent
83e71ab27c
commit
75cacc2855
|
|
@ -21,4 +21,6 @@
|
|||
z-index: -1000 !important;
|
||||
}
|
||||
|
||||
#workflow-container .react-flow {}
|
||||
#workflow-container .react-flow__attribution {
|
||||
background: none !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue