pixel-react-excel-sheet 1.0.60 → 1.0.62

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.
@@ -133,8 +133,9 @@
133
133
  }
134
134
 
135
135
  .ff-spreadsheet-corner-header {
136
- position: relative;
137
- display: contents;
136
+ position: fixed;
137
+ z-index: 2000;
138
+ border: 2px solid var(--border-color);
138
139
  }
139
140
 
140
141
  .ff-spreadsheet-row-header {
@@ -147,10 +148,11 @@
147
148
  display: flex;
148
149
  align-items: center;
149
150
  justify-content: center;
150
- position: fixed;
151
151
  z-index: 1500;
152
+ top: -2px;
152
153
  width: 58px;
153
154
  height: 32px;
155
+ left: -1px;
154
156
  }
155
157
 
156
158
  .ff-spreadsheet-header--selected {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pixel-react-excel-sheet",
3
3
  "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.0.60",
4
+ "version": "1.0.62",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
7
7
  "types": "lib/index.d.ts",