fix hidden parts on modal

This commit is contained in:
gitstart 2023-07-18 07:05:57 +00:00
parent aa4b79e77a
commit dea8b74580

View file

@ -64,5 +64,6 @@ const styles = StyleSheet.create({
borderRadius: isMobileWeb ? 0 : 8,
marginBottom: '10vh',
borderWidth: 1,
maxHeight: '85%',
},
})