mig-schema-table 3.0.107 → 3.0.108

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -122,6 +122,7 @@
122
122
 
123
123
  .schema-table__th-menu {
124
124
  background-color: white;
125
+ z-index: 99999;
125
126
  }
126
127
  .schema-table__th-menu label {
127
128
  flex: 1;
@@ -140,6 +141,7 @@
140
141
  .schema-table__th-menu__sub-menu {
141
142
  background-color: white;
142
143
  border: 1px solid #ddd;
144
+ z-index: 99999;
143
145
  }
144
146
 
145
147
  .schema-table-menu {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mig-schema-table",
3
- "version": "3.0.107",
3
+ "version": "3.0.108",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist/"