Skip to content

Commit

Permalink
Hide copy paragraph button once it is outside screen
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinewi committed Sep 30, 2024
1 parent f030fd1 commit fc1664b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ const StyledIconButton = styled(IconButton, {
"&:focus, &:focus-visible, &:active": {
opacity: "1",
},
tabletDown: {
display: "none",
},
},
});

Expand Down

0 comments on commit fc1664b

Please sign in to comment.