Skip to content

Commit

Permalink
fix: extra scroll in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
sakksham7 committed Oct 21, 2024
1 parent 6056997 commit 1fff7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/DynamicFields.res
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ let make = (
| Email => <EmailPaymentInput paymentType />
| PhoneNumber => <PhoneNumberPaymentInput />
| StateAndCity =>
<div className={`flex ${isSpacedInnerLayout ? "gap-4" : ""}`}>
<div className={`flex ${isSpacedInnerLayout ? "gap-4" : ""} overflow-hidden`}>
<PaymentField
fieldName=localeString.cityLabel
setValue={setCity}
Expand Down

0 comments on commit 1fff7fa

Please sign in to comment.