Merge branch 'profile-popup-corners' into 'develop'

ProfileHoverCard: fix rounded corners

See merge request soapbox-pub/soapbox!2447
This commit is contained in:
Alex Gleason 2023-04-18 15:29:35 +00:00
commit 768fa1c4eb
1 changed files with 1 additions and 1 deletions

View File

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