@mjhls/mjh-framework 1.0.356 → 1.0.357

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.356
2
+ # mjh-framework v. 1.0.357
3
3
 
4
4
 
5
5
  > Foundation Framework
package/dist/cjs/index.js CHANGED
@@ -2982,6 +2982,7 @@ var ADWelcome = function ADWelcome(_ref) {
2982
2982
  setTimeLeft(calculateTimeLeft(timeLeft));
2983
2983
  }, 1000);
2984
2984
  } else {
2985
+ document.body.style.overflow = 'auto';
2985
2986
  setFlag(true);
2986
2987
  }
2987
2988
  });
package/dist/esm/index.js CHANGED
@@ -2979,6 +2979,7 @@ var ADWelcome = function ADWelcome(_ref) {
2979
2979
  setTimeLeft(calculateTimeLeft(timeLeft));
2980
2980
  }, 1000);
2981
2981
  } else {
2982
+ document.body.style.overflow = 'auto';
2982
2983
  setFlag(true);
2983
2984
  }
2984
2985
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.356",
3
+ "version": "1.0.357",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",