From e994ac451b24b46c543f74e1bdf77876c8494728 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 21 Oct 2013 23:31:11 -0700 Subject: [PATCH] fix quote reply z-order --- app/assets/stylesheets/desktop/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index edb237588a..d70deeb6cb 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -437,6 +437,7 @@ article.boxed { background-color: #666; color: #fff; padding: 10px; + z-index: 401; &:hover { background-color: #999;