From 530c844f686d6bdccfb8584b81eb86925700e862 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 10 May 2016 14:47:27 +0200 Subject: [PATCH] Fixed chrome 49 + flex issue, not shown article. --- app/assets/stylesheets/zammad.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 28fac0adc..173b27a0a 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -4330,6 +4330,7 @@ footer { .ticket-article-item { padding-bottom: 33px; position: relative; + z-index: 1; // fixed chrome 49 + flex issue, not shown article .avatar { position: absolute; @@ -4590,6 +4591,7 @@ footer { .article-add { position: relative; + z-index: 1; // fixed chrome 49 + flex issue, not shown article } .article-new {