Skip to content

Commit

Permalink
fix: πŸ› image feed zorder
Browse files Browse the repository at this point in the history
  • Loading branch information
melMass committed Aug 5, 2023
1 parent cfb3b23 commit 0fb2d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/imageFeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const styles = {
background: 'none',
border: 'none',
color: '#fff',
zIndex: 9999999,
zIndex: 1000,
fontSize: '30px',
cursor: 'pointer',
pointerEvents: 'auto',
Expand All @@ -43,7 +43,7 @@ const styles = {
width: '100vw',
position: 'absolute',
bottom: 0,
zIndex: 9999999,
zIndex: 10,
background: '#333',
overflow: 'auto',
},
Expand Down

0 comments on commit 0fb2d4d

Please sign in to comment.