diff --git a/src/components/common/Avatar.scss b/src/components/common/Avatar.scss index ce2c97ea5..27064082a 100644 --- a/src/components/common/Avatar.scss +++ b/src/components/common/Avatar.scss @@ -18,7 +18,6 @@ border-radius: 50%; width: 100%; height: 100%; - z-index: 1; } .emoji { @@ -119,7 +118,6 @@ border: 2px solid var(--color-background); background-color: #0ac630; flex-shrink: 0; - z-index: 1; } } diff --git a/src/components/middle/message/ReactionAnimatedEmoji.module.scss b/src/components/middle/message/ReactionAnimatedEmoji.module.scss index 6249f799a..f6bfaf5f9 100644 --- a/src/components/middle/message/ReactionAnimatedEmoji.module.scss +++ b/src/components/middle/message/ReactionAnimatedEmoji.module.scss @@ -10,7 +10,7 @@ height: 1.125rem; margin-right: 0.25rem; - z-index: 2; + z-index: 1; &.is-custom-emoji { margin-right: 0.375rem;