camunda-bpmn-js 0.18.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -986,7 +986,7 @@ textarea.bio-properties-panel-input {
986
986
  min-height: 28px;
987
987
  }
988
988
 
989
- .cm-scroller {
989
+ .bio-properties-panel-feel-container .cm-scroller {
990
990
  overflow: hidden !important;
991
991
  }
992
992
 
@@ -1011,6 +1011,6 @@ textarea.bio-properties-panel-input {
1011
1011
 
1012
1012
  .bio-properties-panel-feel-editor-container,
1013
1013
  .bio-properties-panel-feel-editor-container .bio-properties-panel-input,
1014
- .cm-editor {
1014
+ .bio-properties-panel-feel-container .cm-editor {
1015
1015
  min-height: 100%;
1016
1016
  }