@gp-grid/core 0.9.2 → 0.9.3

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.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -439,7 +439,7 @@ self.onmessage = function(e) {
439
439
  background-color: var(--gp-grid-header-bg);
440
440
  border-bottom: 1px solid var(--gp-grid-border);
441
441
  flex-shrink: 0;
442
- z-index: 100;
442
+ z-index: 11;
443
443
  overflow: hidden;
444
444
  }
445
445
 
@@ -708,7 +708,7 @@ self.onmessage = function(e) {
708
708
  background-color: var(--gp-grid-primary);
709
709
  border: 2px solid var(--gp-grid-bg);
710
710
  cursor: crosshair;
711
- z-index: 100;
711
+ z-index: 11;
712
712
  pointer-events: auto;
713
713
  box-sizing: border-box;
714
714
  border-radius: 1px;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gp-grid/core",
3
3
  "description": "A high-performance, framework-agnostic TypeScript data grid core with virtual scrolling",
4
4
  "private": false,
5
- "version": "0.9.2",
5
+ "version": "0.9.3",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",