Skip to content

Commit

Permalink
fix: styles in mobile view fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed May 8, 2024
1 parent e1f4dad commit 19fd73a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/BuySellForm/BuySellForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}
}

0 comments on commit 19fd73a

Please sign in to comment.