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%',
|
width: '100%',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
zIndex:1
|
||||||
}}
|
}}
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
Keyboard.dismiss();
|
Keyboard.dismiss();
|
||||||
@@ -570,6 +571,7 @@ export const ActionSheetComponent = ({
|
|||||||
paddingHorizontal: 12,
|
paddingHorizontal: 12,
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
marginTop: 5,
|
marginTop: 5,
|
||||||
|
zIndex:10
|
||||||
}}>
|
}}>
|
||||||
<Heading
|
<Heading
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user