Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 64c63d4

Browse files
authored
Merge pull request #4321 from withspectrum/fix-online-indicator-z
Fix zindex of online indicator
2 parents 0441a21 + f686f0b commit 64c63d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/avatar/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ export const OnlineIndicator = styled.span`
115115
border-radius: 5px;
116116
bottom: 0;
117117
right: 0;
118-
z-index: ${zIndex.avatar};
118+
z-index: 1;
119119
`;

0 commit comments

Comments
 (0)