From 08843182073260a8927c8ce276fc9b2b2b0c147b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Thu, 21 Feb 2013 14:59:35 +0100 Subject: [PATCH] update topic-progress z-index to show up in front of all other items (especially the read-icon) --- app/assets/stylesheets/application/topic.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/topic.css.scss b/app/assets/stylesheets/application/topic.css.scss index 6b5a30472e8..55bb02980bf 100644 --- a/app/assets/stylesheets/application/topic.css.scss +++ b/app/assets/stylesheets/application/topic.css.scss @@ -346,7 +346,7 @@ kbd { width: 0; bottom: 0px; right: 50%; - z-index: 1; + z-index: 500; outline: 1px solid transparent; }