mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
add zIndex
This commit is contained in:
@@ -555,6 +555,7 @@ export const ActionSheetComponent = ({
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
position: 'absolute',
|
||||
zIndex:1
|
||||
}}
|
||||
onPress={() => {
|
||||
Keyboard.dismiss();
|
||||
@@ -570,6 +571,7 @@ export const ActionSheetComponent = ({
|
||||
paddingHorizontal: 12,
|
||||
alignItems: 'center',
|
||||
marginTop: 5,
|
||||
zIndex:10
|
||||
}}>
|
||||
<Heading
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user