fixed overflow-y for pluginContainer

pull/1/head
Liana Husikyan 5 years ago committed by GitHub
parent b0f2b5f4aa
commit 472fbe6863
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