From a95d5024b1a28fe773048ef2c72ef825ca15405d Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 6 Dec 2018 10:13:21 -0500 Subject: [PATCH] FIX z-index was putting solved text above composer --- assets/stylesheets/solutions.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/solutions.scss b/assets/stylesheets/solutions.scss index de8e392..5eb8971 100644 --- a/assets/stylesheets/solutions.scss +++ b/assets/stylesheets/solutions.scss @@ -14,7 +14,7 @@ display: inline-block; font-size: inherit; margin-right: -3px; - z-index: 999; + z-index: 2; } // you can style accepted answers however your want