fixed overflow-y for pluginContainer

pull/3094/head
Liana Husikyan 6 years ago committed by GitHub
parent 15800ddfbd
commit 0b54ed57e7
  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