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 4 years ago committed by Dan Miller
parent 9407747582
commit f35bc1052a
  1. 6
      ui/pages/swaps/index.scss
  2. 2
      ui/pages/swaps/view-quote/index.scss

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

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

Loading…
Cancel
Save