@operato/data-grist 7.0.21 → 7.0.24

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.
@@ -57,7 +57,7 @@ export class DataGrid extends DataManipulator {
57
57
 
58
58
  div[setting] {
59
59
  position: relative;
60
- z-index: 1;
60
+ z-index: 50;
61
61
  }
62
62
 
63
63
  @media print {
package/src/data-grist.ts CHANGED
@@ -87,7 +87,7 @@ export class DataGrist extends LitElement implements DataConsumer {
87
87
  box-sizing: border-box;
88
88
  background-color: var(--grist-background-color);
89
89
 
90
- z-index: 2;
90
+ z-index: 100;
91
91
  }
92
92
  `
93
93
  ]
@@ -209,7 +209,7 @@ const config = {
209
209
  width: 60
210
210
  },
211
211
  {
212
- type: 'string[]',
212
+ type: 'select',
213
213
  name: 'role',
214
214
  label: true,
215
215
  header: 'role',