@innovastudio/contentbox 1.6.52 → 1.6.54

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.52",
4
+ "version": "1.6.54",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -2085,8 +2085,7 @@ body.frame-center.controlpanel .is-content-view {
2085
2085
  display: none;
2086
2086
  z-index: 1001;
2087
2087
  position: absolute;
2088
- margin-top: 40px;
2089
- top: 12%;
2088
+ top: calc(17% - 14px);
2090
2089
  right: 0px;
2091
2090
  left: auto;
2092
2091
  width: 35px;
@@ -150513,8 +150513,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
150513
150513
  display: none;
150514
150514
  z-index: 1001;
150515
150515
  position: absolute;
150516
- margin-top: 40px;
150517
- top: 12%;
150516
+ top: calc(17% - 14px);
150518
150517
  right: 0px;
150519
150518
  left: auto;
150520
150519
  width: 35px;
@@ -151826,11 +151825,13 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
151826
151825
  }
151827
151826
  } else {
151828
151827
  // Prevent to go to the link
151828
+ if (e.target.closest('#is-menu-toggle')) return;
151829
151829
  e.preventDefault();
151830
151830
  e.stopImmediatePropagation();
151831
151831
  }
151832
151832
  } else {
151833
151833
  if (link.closest('.is-menu-search')) ; else {
151834
+ if (!e.target.getAttribute('href')) return;
151834
151835
  e.preventDefault();
151835
151836
  e.stopImmediatePropagation();
151836
151837
  }