.editor-functors {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFFFFF;
}
.editor-functors-list {
  width: inherit;
  min-height: 100%;
  overflow: auto;
}
.editor-functors-functor {
  width: 100%;
  height: 100%;
}
