fix scrollbar on swap panel

pull/1/head
yann300 6 years ago
parent 4c2ef72f40
commit dd9f89cc76
  1. 3
      src/app/components/swap-panel-component.js

@ -84,6 +84,9 @@ const css = csjs`
display : none; display : none;
height : 100%; height : 100%;
} }
.plugItIn > div {
overflow-y : auto;
}
.plugItIn.active { .plugItIn.active {
display : block; display : block;
} }

Loading…
Cancel
Save