Skip to content

Commit

Permalink
Fix zIndex header issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Aug 1, 2023
1 parent 1b11f78 commit 829324b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gisce/react-formiga-table",
"version": "0.8.1",
"version": "0.8.2",
"scripts": {
"build": "tsc && vite build",
"prepublishOnly": "npm run build",
Expand Down
1 change: 0 additions & 1 deletion src/components/Headers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const Headers = ({
style={{
width: 10,
left: 0,
zIndex: 100,
position: "sticky",
backgroundColor: "#f2f2f2",
}}
Expand Down

0 comments on commit 829324b

Please sign in to comment.