@innovastudio/contentbox 1.5.96 → 1.5.97

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": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.96",
4
+ "version": "1.5.97",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -121893,7 +121893,9 @@ Add an image for each feature.`, 'Revise the headline, paragraph, and all the te
121893
121893
 
121894
121894
  this.builderStuff.innerHTML = '';
121895
121895
  dom.removeClass(document.body, 'sidebar-active');
121896
- document.body.removeAttribute('data-skrollrr-off'); // Remove special css
121896
+ document.body.removeAttribute('data-skrollrr-off');
121897
+ document.body.style.overflowY = ''; // in iframe use, overflowY is set 'hidden'
121898
+ // Remove special css
121897
121899
 
121898
121900
  const cbContentStyle = this.doc.querySelector('#_contentbox_css');
121899
121901
  if (cbContentStyle) cbContentStyle.parentNode.removeChild(cbContentStyle);