new tickets
This commit is contained in:
@@ -75,10 +75,20 @@ const styles = StyleSheet.create({
|
||||
overlay: {
|
||||
...StyleSheet.absoluteFillObject,
|
||||
zIndex: 200,
|
||||
...Platform.select({
|
||||
web: {
|
||||
position: "fixed",
|
||||
},
|
||||
}),
|
||||
},
|
||||
backdrop: {
|
||||
...StyleSheet.absoluteFillObject,
|
||||
backgroundColor: "rgba(0, 0, 0, 0.65)",
|
||||
...Platform.select({
|
||||
web: {
|
||||
position: "fixed",
|
||||
},
|
||||
}),
|
||||
},
|
||||
centerWrapper: {
|
||||
flex: 1,
|
||||
|
||||
Reference in New Issue
Block a user