Merge pull request #2196 from ethereum/swapPanelOverflow-y

fixed overflow-y for pluginContainer
pull/3094/head
Liana Husikyan 6 years ago committed by GitHub
commit 0c9852f9da
  1. 1
      src/app/components/side-panel.js

@ -34,6 +34,7 @@ const css = csjs`
height: 100%;
flex: 1;
padding-bottom: 40px;
overflow-y: auto;
}
.titleInfo {
padding-left: 10px;

Loading…
Cancel
Save