Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aizad/87648/scroll-issue-onboarding-tradershub #7615

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
@include desktop {
min-width: 132rem;
}
@include mobile {
position: relative;
bottom: 2rem;
}

&--deposit-button-blurry {
opacity: 0.2;
Expand Down Expand Up @@ -44,21 +48,23 @@
border: 1px solid var(--general-hover);
padding: 2rem;
border-radius: 2.4rem;

@include mobile {
padding: 3rem;
border: none;
}
}

&__bordered--with-margin {
border: 1px solid var(--general-hover);
padding: 2.4rem;
border-radius: 2.4rem;
margin-bottom: 2rem;
}

&__bordered,
&__bordered--with-margin {
@include mobile {
padding: 3rem 3rem 15rem;
height: 36.5rem;
border: none;
overflow-y: scroll;
overflow-x: hidden;
}
}

Expand Down
1 change: 0 additions & 1 deletion packages/appstore/src/modules/onboarding/onboarding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
height: 100%;

@include mobile {
overflow-y: scroll;
height: 60%;
}
}
Expand Down