FIX z-index was putting solved text above composer

This commit is contained in:
Kris 2018-12-06 10:13:21 -05:00
parent 5ddf911df8
commit a95d5024b1
1 changed files with 1 additions and 1 deletions

View File

@ -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