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 e8bb62b commit ed1b913Copy full SHA for ed1b913
src/Drawer.js
@@ -364,6 +364,7 @@ const styles = StyleSheet.create({
364
alignItems: 'center', // center children
365
justifyContent: 'flex-start', // align popup at the bottom
366
backgroundColor: 'black',
367
+ elevation: 1, // fix android dynamic zindex issue
368
},
369
// Body
370
content: {
0 commit comments