Skip to content

Commit

Permalink
Merge pull request #510 from nextui-org/fix_509/safari-table-row-jitters
Browse files Browse the repository at this point in the history
fix(react-table): safari row jitters on hover
  • Loading branch information
jrgarciadev committed Jun 6, 2022
2 parents cb4195b + 1230742 commit 43f48f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react/src/table/table.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ export const StyledTableCell = styled(
size: '100%',
top: 0,
left: 0,
opacity: 0
opacity: 0,
transform: 'translateZ(0)',
backfaceVisibility: 'hidden'
},
variants: {
align: {
Expand Down

0 comments on commit 43f48f8

Please sign in to comment.