Skip to content

Commit

Permalink
fix(fix-card-hover-action): [CardHoverActions] add z-index to make …
Browse files Browse the repository at this point in the history
…sure `CardHoverActions` would not be covered by `CardSelectionArea`
  • Loading branch information
233mawile authored and 233mawile-rc committed May 19, 2022
1 parent 9a04229 commit e4e80bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ export const CardHoverActionsStyle: RcThemedStyled<
top: 0;
padding: ${spacing(4)};
transition: ${hoverTransition};
${
'' /* make sure `CardHoverActions` would not be covered by `CardActionArea` */
}
z-index: 1;
`;
};
2 changes: 1 addition & 1 deletion sync-github.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latestCommitSHA": "afe1264919fdc0ab5e96e2cd3e5647767ce78055"
"latestCommitSHA": "62e2d4031bae532e228893a3b04f12deec8e4409"
}

0 comments on commit e4e80bc

Please sign in to comment.