From d2044700d3368a464b670d8c30b02a9eed0113a7 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 3 Jun 2014 14:43:19 -0400 Subject: [PATCH] FIX: z-index issue with quote reply button on mobile --- app/assets/stylesheets/mobile/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 2701ef32446..f7cdd7e40df 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -353,6 +353,7 @@ span.post-count { color: $primary; padding: 10px; width: 90px; + z-index: 401; &:hover { background-color: scale-color($primary, $lightness: 50%);