Skip to content

Commit 1ad74d2

Browse files
committed
no z-index
1 parent fcbe2d1 commit 1ad74d2

File tree

1 file changed

+1
-2
lines changed
  • packages/react-native-web/src/exports/Image

1 file changed

+1
-2
lines changed

packages/react-native-web/src/exports/Image/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,7 @@ const styles = StyleSheet.create({
404404
backgroundRepeat: 'no-repeat',
405405
backgroundSize: 'cover',
406406
height: '100%',
407-
width: '100%',
408-
zIndex: -1
407+
width: '100%'
409408
},
410409
accessibilityImage$raw: {
411410
...StyleSheet.absoluteFillObject,

0 commit comments

Comments
 (0)