Skip to content

Commit

Permalink
chore: remove auto negative top from table header row
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed May 9, 2024
1 parent 711dbb7 commit bef5e0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export const TableRowHeader = ({
className={`-ml-24 mt-8 sm:ml-0 sm:mt-0 bg-light-grey sm:sticky z-10 ${
rest?.className ?? ""
}`}
style={{ top: "4rem" }}
>
{cloneElement(children as ReactElement, { isRowHeader: true })}
</tr>
Expand Down

0 comments on commit bef5e0f

Please sign in to comment.