Skip to content

Commit

Permalink
fix: remove relative from Avatar, layer problems (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
gularsson authored Oct 8, 2024
1 parent d06bb20 commit 4ffc440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>
<AvatarPrimitive.Root
ref={ref}
className={cn(
'relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full',
'flex h-10 w-10 shrink-0 overflow-hidden rounded-full',
className
)}
{...props}
Expand Down

0 comments on commit 4ffc440

Please sign in to comment.