aio-popup 6.0.3 → 6.0.4

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.
Files changed (2) hide show
  1. package/index.css +1 -1
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -814,7 +814,7 @@
814
814
  } */
815
815
  .aio-loading {
816
816
  z-index: 100000000000000000000000000000;
817
- position: absolute;
817
+ position: fixed;
818
818
  direction: ltr;
819
819
  width: 100%;
820
820
  height: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aio-popup",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "handle all types of popup and modals in react",
5
5
  "main": "index.js",
6
6
  "scripts": {