ProfileHoverCard: fix rounded corners

environments/review-profile-po-8gf5ju/deployments/3200
Alex Gleason 1 year ago
parent 1dea7b47c8
commit 2216dc4d4c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -106,7 +106,7 @@ export const ProfileHoverCard: React.FC<IProfileHoverCard> = ({ visible = true }
onMouseEnter={handleMouseEnter(dispatch)}
onMouseLeave={handleMouseLeave(dispatch)}
>
<Card variant='rounded' className='relative isolate'>
<Card variant='rounded' className='relative isolate overflow-hidden'>
<CardBody>
<Stack space={2}>
<BundleContainer fetchComponent={UserPanel}>

Loading…
Cancel
Save