Skip to content

Commit

Permalink
style: 💄 fix title position in transfer dropdown (#12713)
Browse files Browse the repository at this point in the history
  • Loading branch information
heorhi-deriv committed Jan 4, 2024
1 parent 283a132 commit 2d74c29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
overflow-y: auto;

@include mobile {
margin-top: 6rem;
padding: 0 1.6rem 1.6rem;
gap: 1.6rem;
overflow-y: unset;
Expand Down Expand Up @@ -88,7 +87,8 @@
border-bottom: 2px solid var(--system-light-7-secondary-background, #f2f3f4);

@include mobile {
position: fixed;
position: sticky;
top: -2.4rem;
left: 0;
right: 0;
border: none;
Expand Down

0 comments on commit 2d74c29

Please sign in to comment.