sf-i-reporting 1.0.54 → 1.0.55

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-reporting",
3
3
  "private": false,
4
- "version": "1.0.54",
4
+ "version": "1.0.55",
5
5
  "description": "Superflows Reporting Component",
6
6
  "main": "sf-i-reporting.js",
7
7
  "module": "sf-i-reporting.js",
package/sf-i-reporting.js CHANGED
@@ -2185,7 +2185,7 @@ SfIReporting.styles = css `
2185
2185
  }
2186
2186
 
2187
2187
  .sf-i-form-modal-container {
2188
- position: absolute;
2188
+ position: fixed;
2189
2189
  width: 80%;
2190
2190
  height: 80%;
2191
2191
  top: 10%;