Skip to content

Commit

Permalink
Fix transparent hero images blocking homepage links
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmar committed Aug 4, 2023
1 parent 6e949b3 commit 061c2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const HeroImagesSC = styled.div(({ theme: _theme }) => {
},
'.heroImg': {
position: 'absolute',

pointerEvents: 'none',
img: {
display: 'block',
width: '100%',
Expand Down

0 comments on commit 061c2e8

Please sign in to comment.