Merge pull request #249 from unslothai/fix/section-card-corner-bleed

Fix: Clip section card overflow to prevent background bleed
This commit is contained in:
Roland Tannous 2026-02-25 15:27:46 +04:00 committed by GitHub
commit cfaa2f2074

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,
)}