Unverified Commit 07aff8e3 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge pull request #2196 from ethereum/swapPanelOverflow-y

fixed overflow-y for pluginContainer
parents b0f2b5f4 472fbe68
...@@ -34,6 +34,7 @@ const css = csjs` ...@@ -34,6 +34,7 @@ const css = csjs`
height: 100%; height: 100%;
flex: 1; flex: 1;
padding-bottom: 40px; padding-bottom: 40px;
overflow-y: auto;
} }
.titleInfo { .titleInfo {
padding-left: 10px; padding-left: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment