diff --git a/index.js b/index.js index 5d5a0be..2ad8ae4 100644 --- a/index.js +++ b/index.js @@ -144,8 +144,8 @@ const styles = StyleSheet.create({ }, panel: { position: 'absolute', - zIndex: 999999999, - elevation: 999999999, + zIndex: 9999, + elevation: 1, backgroundColor: '#fff', width, height: (height / 3) * 2, @@ -209,7 +209,7 @@ const styles = StyleSheet.create({ alignItems: 'center', justifyContent: 'center', position: 'absolute', - zIndex: 999999999, + zIndex: 9999, bottom: 140, right: 10, shadowColor: 'rgb(18,34,74)',