fix: ReactFlow background in dark theme (#20013)

pull/20019/head
crazywoola 9 months ago committed by GitHub
parent 83e71ab27c
commit 75cacc2855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save