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
pull/749/head
Sam Lanning 9 years ago
parent a33e379c22
commit 85d6bc7533

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

@ -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; }

Loading…
Cancel
Save