Skip to content

Commit f589c5e

Browse files
authored
Merge pull request #227 from monkvision/fix/upload-center-layout
Fixed upload center actions not accessible
2 parents d15fe4b + bd7f0de commit f589c5e

File tree

1 file changed

+1
-1
lines changed
  • packages/camera/src/components/UploadCenter

1 file changed

+1
-1
lines changed

packages/camera/src/components/UploadCenter/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { spacing } = utils.styles;
1313
const styles = StyleSheet.create({
1414
card: {
1515
backgroundColor: '#FFF',
16-
zIndex: 0,
16+
zIndex: 1,
1717
paddingVertical: spacing(2),
1818
},
1919
container: {

0 commit comments

Comments
 (0)