From a326fa374fbed3e1973b2e0d96cdc5dd10f59313 Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Wed, 22 Feb 2017 14:35:07 +0100 Subject: [PATCH] Lower z-index value for notification count icon [SCI-739] --- app/assets/stylesheets/themes/scinote.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 250af8b66..1fefcd286 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -88,7 +88,7 @@ table { margin-left: 12px; padding: 1px 6px; position: relative; - z-index: $infinity; + z-index: 1; } }