new tickets

This commit is contained in:
2025-10-24 14:15:59 +02:00
parent 702e989128
commit 8356b04eb2
10 changed files with 113 additions and 32 deletions
+10
View File
@@ -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,