Fixing ever-present scrollbar issue on Swaps view (#11182)

* Fixing ever-present scrollbar issue on Swaps view

* Updating max-height
feature/default_network_editable
ryanml 3 years ago committed by GitHub
parent 629da90d72
commit ee4df61e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ui/pages/swaps/index.scss
  2. 2
      ui/pages/swaps/view-quote/index.scss

@ -31,11 +31,7 @@
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: auto;
&--scrollable {
overflow: auto;
}
@media screen and (min-width: 576px) { @media screen and (min-width: 576px) {
width: 460px; width: 460px;

@ -22,7 +22,7 @@
@media screen and (max-width: 576px) { @media screen and (max-width: 576px) {
overflow-y: auto; overflow-y: auto;
max-height: 428px; max-height: 420px;
} }
} }

Loading…
Cancel
Save