Skip to content

Commit

Permalink
fix(AvatarGroup): overflow issue (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien authored Jun 29, 2024
1 parent a126998 commit ad8f441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frosted-ui/src/components/avatar-group.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
flex-shrink: 0;

contain: size, layout;
overflow: hidden;
background-color: var(--accent-a3);

--avatar-group-inner-inset: 0.5;
Expand Down

0 comments on commit ad8f441

Please sign in to comment.