We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a721627 commit f1d49bfCopy full SHA for f1d49bf
src/components/blog-page/blog-card-picture.tsx
@@ -126,7 +126,7 @@ export function BlogCardPicture({
126
<canvas
127
ref={canvasRef}
128
aria-hidden="true"
129
- className="data-[visible]:animate-fade-in pointer-events-none absolute inset-0 !size-full"
+ className="pointer-events-none absolute inset-0 !size-full data-[visible]:animate-fade-in"
130
/>
131
{children ? <div className="relative z-10 p-4">{children}</div> : null}
132
</div>
0 commit comments