Skip to content

Commit

Permalink
feat: smoothen the animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaan25 committed Oct 16, 2024
1 parent 8291528 commit e6af66e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ const StyledTbody = styled.tbody<{
position: sticky;
left: 0;
z-index: 5;
transition: 0.3s ease;
}
td:nth-of-type(2) {
position: sticky;
left: 11px;
z-index: 5;
transition: 0.3s ease;
}
td:nth-of-type(3) {
position: sticky;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const StyledTd = styled.td<{
hasRightBorder ? borderColor : 'transparent'};
padding: 0;
transition: 0.3s ease;
text-align: left;
Expand Down

0 comments on commit e6af66e

Please sign in to comment.