@bpmn-io/form-js-playground 0.10.0-alpha.0 → 0.10.0-alpha.2

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.
@@ -183,11 +183,17 @@
183
183
  box-sizing: border-box;
184
184
  border: none;
185
185
  border-radius: 0;
186
+ position: relative;
186
187
  }
187
188
 
188
189
  .fjs-pgl-text-container > .cm-editor {
189
190
  font-size: .9em;
190
191
  height: 100%;
192
+ position: absolute !important;
193
+ top: 0;
194
+ left: 0;
195
+ right: 0;
196
+ bottom: 0;
191
197
  }
192
198
 
193
199
  .fjs-pgl-text-container > .cm-editor > .cm-scroller {