@node-projects/web-component-designer 0.0.127 → 0.0.128

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.
@@ -8,6 +8,7 @@ export class ContextMenu {
8
8
  transition: transform 0.1s;
9
9
  transform-origin: top left;
10
10
  padding: 0;
11
+ z-index: 2147483647;
11
12
  }
12
13
 
13
14
  .context_menu.display {
@@ -37,7 +37,7 @@ export class PropertyGridWithHeader extends BaseCustomWebComponentLazyAppend {
37
37
  height: 20px;
38
38
  }
39
39
  #pg {
40
- height: calc(100% - 45px);
40
+ height: calc(100% - 64px);
41
41
  }
42
42
  `;
43
43
  static template = html `
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "A UI designer for Polymer apps",
3
3
  "name": "@node-projects/web-component-designer",
4
- "version": "0.0.127",
4
+ "version": "0.0.128",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "author": "",