Skip to content

Commit

Permalink
Fix unclickable image gallery buttons in Firefox (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwhite authored Jul 25, 2023
1 parent c237737 commit 4ea26ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/imageFeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const styles = {
zIndex: 9999999,
fontSize: '30px',
cursor: 'pointer',
pointerEvents: 'bounding-box',
pointerEvents: 'auto',
...extra,
}),
img_list: {
Expand Down

0 comments on commit 4ea26ed

Please sign in to comment.