Merge pull request #2196 from ethereum/swapPanelOverflow-y

fixed overflow-y for pluginContainer
pull/1/head
Liana Husikyan 5 years ago committed by GitHub
commit 07aff8e3cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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