ui5-avatar-group doesn't show button when wrapped by flexBox #2630
Answered
by
ilhan007
JosephineSu
asked this question in
Q&A
-
Hi all, I wanna use avatarGroup to display align down avatar items. If AvatatGroup is wrapped by FlexBox, the button is not visible when the available space is less than the width required to display all avatars. |
Beta Was this translation helpful? Give feedback.
Answered by
ilhan007
Jan 6, 2021
Replies: 1 comment 3 replies
-
Hello @JosephineSu does your FlexBox container/parent shrink according to the available width? This is the first thing you have to check, because if the parent in not shrinking, the AvatarGroup won't shrink and overflow as well. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ilhan007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @JosephineSu
does your FlexBox container/parent shrink according to the available width?
This is the first thing you have to check, because if the parent in not shrinking, the AvatarGroup won't shrink and overflow as well.