You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My workaround is to wrap the actual squircle in a div, position it absolute to not interfere with the actual content and make it have full width and height:
<!-- hard set parent z-index so squircle don't end up beneath other content --><divclassName='z-0 relative size-20'><!-- Set the z-index to negative so it isn't on top of the actual content --><divclassName='squircle absolute left-0 top-0 -z-10 h-full w-full'></div><aclassName='h-full w-full' href='mailto:###'><!-- Your link content --></a></div>
Applying a squircle fill to an
<a>
or wrapping another element in one results in nothing appearingThe text was updated successfully, but these errors were encountered: