fix hcap clipping (#7567)
This commit is contained in:
@@ -80,9 +80,8 @@ export function StepCaptcha() {
|
||||
<View
|
||||
style={[
|
||||
a.w_full,
|
||||
a.pb_xl,
|
||||
a.overflow_hidden,
|
||||
{minHeight: 500},
|
||||
{minHeight: 510},
|
||||
completed && [a.align_center, a.justify_center],
|
||||
]}>
|
||||
{!completed ? (
|
||||
|
||||
Reference in New Issue
Block a user