@bpmn-io/form-js-playground 0.10.0-alpha.1 → 0.10.0-alpha.3

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.
@@ -215,11 +215,17 @@
215
215
  box-sizing: border-box;
216
216
  border: none;
217
217
  border-radius: 0;
218
+ position: relative;
218
219
  }
219
220
 
220
221
  .fjs-pgl-text-container > .cm-editor {
221
222
  font-size: .9em;
222
223
  height: 100%;
224
+ position: absolute !important;
225
+ top: 0;
226
+ left: 0;
227
+ right: 0;
228
+ bottom: 0;
223
229
  }
224
230
 
225
231
  .fjs-pgl-text-container > .cm-editor > .cm-scroller {