pixel-react-excel-sheet 1.0.61 → 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.
@@ -135,7 +135,7 @@
135
135
  .ff-spreadsheet-corner-header {
136
136
  position: fixed;
137
137
  z-index: 2000;
138
- display: contents;
138
+ border: 2px solid var(--border-color);
139
139
  }
140
140
 
141
141
  .ff-spreadsheet-row-header {
@@ -148,10 +148,11 @@
148
148
  display: flex;
149
149
  align-items: center;
150
150
  justify-content: center;
151
- position: fixed;
152
151
  z-index: 1500;
152
+ top: -2px;
153
153
  width: 58px;
154
154
  height: 32px;
155
+ left: -1px;
155
156
  }
156
157
 
157
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.61",
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",