@innovastudio/contentbox 1.6.43 → 1.6.44

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.6.43",
4
+ "version": "1.6.44",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -52,7 +52,7 @@
52
52
  "ws": "^8.13.0"
53
53
  },
54
54
  "dependencies": {
55
- "@innovastudio/contentbuilder": "^1.5.27",
55
+ "@innovastudio/contentbuilder": "^1.5.29",
56
56
  "js-beautify": "^1.14.0"
57
57
  }
58
58
  }
@@ -2030,7 +2030,7 @@ body.frame-center.controlpanel .is-content-view {
2030
2030
  /* /THEME */
2031
2031
  .is-box-tool {
2032
2032
  display: none;
2033
- z-index: 1;
2033
+ z-index: 1001;
2034
2034
  position: absolute;
2035
2035
  top: auto;
2036
2036
  bottom: 0;
@@ -2064,7 +2064,7 @@ body.frame-center.controlpanel .is-content-view {
2064
2064
  /* New Section Tool */
2065
2065
  .is-section-tool {
2066
2066
  display: none;
2067
- z-index: 1;
2067
+ z-index: 1001;
2068
2068
  position: absolute;
2069
2069
  margin-top: 40px;
2070
2070
  top: 12%;
@@ -113973,7 +113973,7 @@ Add an image for each feature.`, 'Create a new content showcasing a photo galler
113973
113973
  }
113974
113974
 
113975
113975
  .is-block.clone {
113976
- z-index:10000;
113976
+ z-index:1000;
113977
113977
  background-color: transparent !important;
113978
113978
  background: none !important;
113979
113979
  }
@@ -118197,7 +118197,7 @@ class ContentStuff {
118197
118197
  let css = `
118198
118198
  .is-box-tool {
118199
118199
  display: none;
118200
- z-index: 2;
118200
+ z-index: 1001;
118201
118201
  position: absolute;
118202
118202
  top: auto;
118203
118203
  bottom: 0;
@@ -149276,7 +149276,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
149276
149276
  /* New Section Tool */
149277
149277
  .is-section-tool {
149278
149278
  display: none;
149279
- z-index: 2;
149279
+ z-index: 1001;
149280
149280
  position: absolute;
149281
149281
  margin-top: 40px;
149282
149282
  top: 12%;
@@ -149609,7 +149609,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
149609
149609
  }
149610
149610
 
149611
149611
  .is-block.clone {
149612
- z-index:10000;
149612
+ z-index:1000;
149613
149613
  background-color: transparent !important;
149614
149614
  background: none !important;
149615
149615
  }