Skip to content

Commit

Permalink
Merge pull request #4302 from govardhanshah456/fixing-react-flow-link
Browse files Browse the repository at this point in the history
fix: fixed react flow link
  • Loading branch information
scopsy authored Oct 4, 2023
2 parents b42408c + 33cc40c commit a9d2d2a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apps/web/src/components/quick-start/common/Workflow.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,26 @@ export const WorkflowWrapper = styled.div<{ height: string }>`
cursor: default;
}
.react-flow {
overflow: visible;
}
.react-flow__attribution {
background: transparent;
opacity: 0.5;
}
.react-flow__attribution a {
position: relative;
font-size: initial;
top: 25px;
right: 173px;
}
.react-flow__attribution a:hover {
color: lightpink !important;
}
.react-flow__handle {
background: transparent;
border: 1px solid ${({ theme }) => (theme.colorScheme === 'dark' ? colors.B40 : colors.B60)};
Expand Down

0 comments on commit a9d2d2a

Please sign in to comment.