Skip to content

Commit

Permalink
Remove vestigial zIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Apr 19, 2024
1 parent f31ece1 commit f0931b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HarvestThreshWinnow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default function HarvestThreshWinnow(
alt={ImageAlt.Harvest}
id={ImageId.Harvest}
src={harvest}
style={{ ...imageStyle, left: overlap * size, zIndex: -2 }}
style={{ ...imageStyle, left: overlap * size }}
/>
<img
alt={ImageAlt.Thresh}
Expand All @@ -144,7 +144,7 @@ export default function HarvestThreshWinnow(
id={ImageId.Winnow}
onClick={() => setFadeOutSeparate(!fadeOutSeparate)}
src={winnow}
style={{ ...imageStyle, right: overlap * size, zIndex: 2 }}
style={{ ...imageStyle, right: overlap * size }}
/>
<div
id={ImageId.License}
Expand Down

0 comments on commit f0931b8

Please sign in to comment.