Skip to content

Commit

Permalink
Merge pull request binary-com#27 from fasihali-deriv/fix-poa-width-n-…
Browse files Browse the repository at this point in the history
…scroll-issue

Fasih/: fixed width and scroll issue
  • Loading branch information
amina-deriv committed May 30, 2024
2 parents a835f11 + b564000 commit e3a616c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/account/src/Styles/account.scss
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ $MIN_HEIGHT_FLOATING: calc(

@include mobile-or-tablet-screen {
padding: 1.6rem;
width: 56.8rem;
}
}
}
Expand Down Expand Up @@ -1107,7 +1106,7 @@ $MIN_HEIGHT_FLOATING: calc(
overflow-y: hidden;
}

@include mobile-or-tablet-screen {
@include mobile-screen {
height: 100%;
}
}
Expand Down

0 comments on commit e3a616c

Please sign in to comment.