Title: FPX Bank Selection
Last modified: June 9, 2020

---

# FPX Bank Selection

 *  Resolved [ibnjazli](https://wordpress.org/support/users/ibnjazli/)
 * (@ibnjazli)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/fpx-bank-selection/)
 * Hi,
 * Love your plugin ! I’m so in love with it and grateful with this development.
   I just have only one issues and that is from FPX bank selection. When i tried
   to select the bank using dekstop, some of the list hidden behind the container
   and i couldn’t select it.
 * Here is the example [https://prnt.sc/swppq2](https://prnt.sc/swppq2)
 * When i tried to solve it, i remove the position:absolute line from the iframe(
   using inspect element), it’s working.
 * But i don’t know how to solve it for a live website. Hope you can help me !
 * Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffpx-bank-selection%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/fpx-bank-selection/#post-12961814)
 * Hello [@ibnjazli](https://wordpress.org/support/users/ibnjazli/),
 * The issue is your theme, nexio, has css that is applying an overflow hidden style
   on line 14715
 *     ```
       .woocommerce-checkout-payment {
       	overflow: hidden;
       }
       ```
   
 * You should override that CSS:
 *     ```
       .woocommerce-checkout-payment {
       	overflow: visible;
       }
       ```
   
 * Thanks for the kind words about the plugin. We always appreciate a review on 
   our [Reviews Page](https://wordpress.org/support/plugin/woo-stripe-payment/reviews/)
   if you have a moment.
 * Kind Regards,

Viewing 1 replies (of 1 total)

The topic ‘FPX Bank Selection’ is closed to new replies.

 * ![](https://ps.w.org/woo-stripe-payment/assets/icon-256x256.png?rev=2611337)
 * [Payment Plugins for Stripe WooCommerce](https://wordpress.org/plugins/woo-stripe-payment/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-stripe-payment/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-stripe-payment/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-stripe-payment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-stripe-payment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-stripe-payment/reviews/)

## Tags

 * [fpx](https://wordpress.org/support/topic-tag/fpx/)

 * 1 reply
 * 2 participants
 * Last reply from: [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/fpx-bank-selection/#post-12961814)
 * Status: resolved