Skip to content

Commit 5bcaba4

Browse files
authored
Update Drawer.js
1 parent 32df0bb commit 5bcaba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ const styles = StyleSheet.create({
362362
alignItems: 'center', // center children
363363
justifyContent: 'flex-end', // align popup at the bottom
364364
backgroundColor: 'transparent', // transparent background
365-
elevation: 1, // fix android dynamic zindex issue
365+
elevation: 999, // fix android dynamic zindex issue
366366
},
367367
// Semi-transparent background below popup
368368
backdrop: {

0 commit comments

Comments
 (0)