fix: clip section card overflow to prevent background bleed at rounded corners

This commit is contained in:
imagineer99 2026-02-25 03:54:40 +00:00
commit 0b47ab1eab

View file

@ -52,7 +52,7 @@ export function SectionCard({
return (
<div
className={cn(
"bg-card corner-squircle rounded-3xl ring-1 ring-foreground/10 flex flex-col gap-5 p-5 relative transition-all duration-300 ease-in-out",
"bg-card corner-squircle rounded-3xl ring-1 ring-foreground/10 flex flex-col gap-5 p-5 relative overflow-hidden transition-all duration-300 ease-in-out",
featured && styles.border,
className,
)}