We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32df0bb commit 5bcaba4Copy full SHA for 5bcaba4
src/Drawer.js
@@ -362,7 +362,7 @@ const styles = StyleSheet.create({
362
alignItems: 'center', // center children
363
justifyContent: 'flex-end', // align popup at the bottom
364
backgroundColor: 'transparent', // transparent background
365
- elevation: 1, // fix android dynamic zindex issue
+ elevation: 999, // fix android dynamic zindex issue
366
},
367
// Semi-transparent background below popup
368
backdrop: {
0 commit comments