Unverified Commit 472fbe68 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

fixed overflow-y for pluginContainer

parent b0f2b5f4
...@@ -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