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:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user