From 85d6bc753374d72c52b0cfed21cf438e69e7c102 Mon Sep 17 00:00:00 2001 From: Sam Lanning Date: Fri, 29 Jan 2016 14:45:55 +0000 Subject: [PATCH] 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 --- stylesheets/_index.scss | 1 - stylesheets/manifest.css | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 85f5e1f3..85f08f27 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -77,7 +77,6 @@ line-height: 70px; margin-bottom: -60px; position: relative; - z-index: 10; } } } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index fada03d9..6bcd281c 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -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; }