Skip to content

Commit

Permalink
fix: Activity library illustrations in Firefox (#9549)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch committed Mar 19, 2024
1 parent 41f5654 commit 00a1ca2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,8 +35,8 @@ export const ActivityCardImage = (props: PropsWithChildren<ActivityCardImageProp
'relative flex h-full w-full items-center justify-center overflow-hidden',
className
)}
style={{backgroundImage: `url(${backgroundSrc})`, backgroundSize: 'cover'}}
>
<img className='object-contain' src={backgroundSrc} alt='' />
<img
className='absolute top-0 left-0 z-10 h-full w-full object-contain p-10'
src={src}
Expand Down

0 comments on commit 00a1ca2

Please sign in to comment.