Skip to content

Commit

Permalink
fix(node-controller): node controls overlap the text node section in …
Browse files Browse the repository at this point in the history
…the graph
  • Loading branch information
MahtabBukhari committed Oct 9, 2024
1 parent 851bd3f commit 30441fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Universe/Graph/UI/NodeControls/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ type ButtonProps = {

const IconButton = styled.div<ButtonProps>`
position: fixed;
top: -60px;
top: -80px;
left: ${(p: ButtonProps) => -7 + p.left}px;
width: 24px;
height: 24px;
Expand Down

0 comments on commit 30441fa

Please sign in to comment.