Skip to content

Commit

Permalink
no z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
ayroblu committed Jan 29, 2025
1 parent fcbe2d1 commit 1ad74d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-native-web/src/exports/Image/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,7 @@ const styles = StyleSheet.create({
backgroundRepeat: 'no-repeat',
backgroundSize: 'cover',
height: '100%',
width: '100%',
zIndex: -1
width: '100%'
},
accessibilityImage$raw: {
...StyleSheet.absoluteFillObject,
Expand Down

0 comments on commit 1ad74d2

Please sign in to comment.