teletilting
This commit is contained in:
@@ -55,7 +55,7 @@ export default function Card({ card, cardIndex }: CardProps) {
|
||||
<ToolTip content={tooltip || getTooltip()}>
|
||||
<TiltCard
|
||||
className={`h-[21vh] w-[15vh] relative perspective transition-transform duration-200 z-0 hover:z-10 hover:scale-150 ${isDM ? 'cursor-pointer' : ''} `}
|
||||
cardID={position.id}
|
||||
cardIndex={cardIndex}
|
||||
>
|
||||
<div
|
||||
className={`absolute inset-0 transition-transform duration-500 transform-style-preserve-3d ${flipped ? 'rotate-y-180' : ''}`}
|
||||
|
||||
Reference in New Issue
Block a user