Skip to content

Commit cd3a4f0

Browse files
committed
Add background-color: #fff to .avatar-child
Recommendation from a support request; should ensure any child avatar in the pairing is visible even with a transparent background.
1 parent d3ad718 commit cd3a4f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_avatars.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
position: absolute;
3232
right: -15%;
3333
bottom: -9%;
34+
background-color: #fff; // For transparent backgrounds
3435
border-radius: 2px;
3536
box-shadow: -2px -2px 0 rgba(255, 255, 255, 0.8);
3637
}

0 commit comments

Comments
 (0)