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