set z-index for UserTeaser only on PostCard

This commit is contained in:
Alina Beck 2020-01-22 18:09:44 +03:00
parent 0392826211
commit 7c090cc3ed
2 changed files with 2 additions and 2 deletions

View File

@ -193,6 +193,8 @@ export default {
/* workaround to avoid jumping layout when user-teaser is rendered */
.user-wrapper {
height: 36px;
position: relative;
z-index: $z-index-post-card-link;
}
.content-menu {

View File

@ -158,8 +158,6 @@ export default {
.user-teaser {
display: flex;
flex-wrap: nowrap;
z-index: $z-index-post-card-link;
position: relative;
> .user-avatar {
flex-shrink: 0;