Skip to content

Commit

Permalink
fix: pointer events under arrow scroll (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman committed Jul 10, 2024
1 parent b5198a8 commit dca5ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ArrowScroll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const ArrowWrapperSC = styled.div<{
},
'&.hidden': {
opacity: 0,
pointerEvents: 'none',
},
}))

Expand Down

0 comments on commit dca5ef6

Please sign in to comment.