Fix avatar floating over debug log

bug introduced in: 0569d4c

This z-index property was previously to ensure the avatar floated above message
bubbles, but the message bubbles always have enough left margin so this
property is not needed.

fixes #650

// FREEBIE
This commit is contained in:
Sam Lanning 2016-01-29 14:45:55 +00:00
parent a33e379c22
commit 85d6bc7533
2 changed files with 1 additions and 3 deletions

View file

@ -77,7 +77,6 @@
line-height: 70px;
margin-bottom: -60px;
position: relative;
z-index: 10;
}
}
}

View file

@ -436,8 +436,7 @@ img.emoji {
height: 70px;
line-height: 70px;
margin-bottom: -60px;
position: relative;
z-index: 10; } }
position: relative; } }
.menu.conversation-menu button.drop-down {
background: url("/images/arrow_drop_down.png") no-repeat center; }