commit a8abdd6c0bde3447e85d7f80a8016541c6c18338
Author: elizabeth-ilina
Date: Wed Sep 24 09:55:57 2025 -0400
fix(payments-next): [Payments-Next Subscription] The Card section borders are cut off
Because:
* The bottom border of the bottom payment method is cut off when users want to add a new card under "Manage payment methods."
This commit:
* Hides overflow while loading (to prevent bug [PAY-3236](https://mozilla-hub.atlassian.net/browse/PAY-3236) ) then does not hide overflow when Element is ready.
Closes #[PAY-3280](https://mozilla-hub.atlassian.net/browse/PAY-3280)