diff --git a/src/components/BuySellForm/BuySellForm.scss b/src/components/BuySellForm/BuySellForm.scss index ce12eed8..773a1933 100644 --- a/src/components/BuySellForm/BuySellForm.scss +++ b/src/components/BuySellForm/BuySellForm.scss @@ -35,5 +35,17 @@ & .mobile-wrapper__body { overflow: auto; } + + & .payment-method-form { + background: #fff; + z-index: 1; + inset: 0; + + &__form { + & .payment-methods-form-footer { + bottom: 0; + } + } + } } }