@bpmn-io/form-js-editor 1.3.0 → 1.3.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.
@@ -1994,7 +1994,7 @@ textarea.bio-properties-panel-input {
1994
1994
  --popup-title-color: hsla(0, 0%, 0%, 1);
1995
1995
  --feel-popup-close-background-color: hsla(219, 99%, 53%, 1);
1996
1996
  --feel-popup-gutters-background-color: hsla(0, 0%, 90%, 1);
1997
- position: absolute;
1997
+ position: fixed;
1998
1998
  display: flex;
1999
1999
  flex: auto;
2000
2000
  flex-direction: column;
@@ -1237,7 +1237,7 @@ textarea.bio-properties-panel-input {
1237
1237
  --feel-popup-close-background-color: hsla(219, 99%, 53%, 1);
1238
1238
  --feel-popup-gutters-background-color: hsla(0, 0%, 90%, 1);
1239
1239
 
1240
- position: absolute;
1240
+ position: fixed;
1241
1241
  display: flex;
1242
1242
  flex: auto;
1243
1243
  flex-direction: column;