Skip to content

Commit

Permalink
Fix: fixed table checkbox showing on top of headers on scroll (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
giubatt authored Apr 30, 2021
1 parent 31faa26 commit 44f998e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ const Table = ({
position: "sticky",
top: 0,
backgroundColor: "inherit",
zIndex: 1,
}}
>
{headerGroups.map((headerGroup) => {
Expand Down

1 comment on commit 44f998e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for herzui ready!

✅ Preview
https://herzui-qmz3sc8fi-micromed.vercel.app

Built with commit 44f998e.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.