Skip to content

Commit

Permalink
fix: Responsive/ On Quick strategy modal, the dropdown in overlapping…
Browse files Browse the repository at this point in the history
… with the text (binary-com#12772)
  • Loading branch information
maryia-matskevich-deriv committed Jan 5, 2024
1 parent e30d99d commit 81b8272
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,6 +16,7 @@
--footer-height: 4.2rem;
--input-action-height: 3rem;
--input-action-width: 3rem;
width: 100%;
}

.xy-center {
Expand Down Expand Up @@ -232,7 +233,6 @@

@include mobile() {
margin-bottom: 0;
padding: 0 1.9rem 1.6rem;
max-height: calc(100% - 12.2rem) !important;
}

Expand Down

0 comments on commit 81b8272

Please sign in to comment.