Skip to content

Commit aa77b40

Browse files
adriouiStuffbyYuki
authored andcommitted
fix: correct CSS class selector for react-flow attribution
1 parent e93826e commit aa77b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • web/client/src/library/components/graph

web/client/src/library/components/graph/Graph.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.react-flow__node.react-flow__node-model:active {
99
z-index: 20 !important;
1010
}
11-
react-flow__attribution {
11+
.react-flow__attribution {
1212
background: transparent;
1313
}
1414
.lineage__column-source b {

0 commit comments

Comments
 (0)