Skip to content

Commit

Permalink
Merge pull request deriv-com#64 from shontzu-deriv/shontzu/CFDS-763/C…
Browse files Browse the repository at this point in the history
…ompare-CFDs-demo-account-not-be-able-to-scroll-down-full-in-mobile

shontzu/CFDS-763/Compare-CFDs-demo-account-not-be-able-to-scroll-down-full-in-mobile
  • Loading branch information
hirad-deriv authored Jul 26, 2023
2 parents 1e24cc3 + 39a2442 commit 3dc928d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
padding: 4rem 2.4rem 0;
border-radius: 2.4rem;
@include mobile {
padding: 5rem 1.5rem 0;
padding: 7rem 1.5rem 0;
}
}
&-text-container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
overflow: hidden;
width: 100%;
height: 100%;
@include mobile {
padding-bottom: 6rem;
}
}
&__container {
backface-visibility: hidden;
Expand Down

0 comments on commit 3dc928d

Please sign in to comment.